Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork committed Apr 20, 2024
1 parent 8e62612 commit 4761247
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 62 deletions.
36 changes: 18 additions & 18 deletions api/grpc/scanner/scanner.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 41 additions & 41 deletions api/grpc/scanner/scanner_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/proto/scanner/scanner.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ message PortCheckResponse {
string msg = 4;
}

service ReachabilityService {
service Reachability {
rpc PortCheck (PortCheckRequest) returns (PortCheckResponse) {}
rpc HostPortCheck (PortCheckRequest) returns (PortCheckResponse) {}
rpc HostPortCheck (HostPortCheckRequest) returns (PortCheckResponse) {}
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.21.1
require (
github.com/Layr-Labs/eigenda/api v0.0.0
github.com/Layr-Labs/eigensdk-go v0.1.6-0.20240409054704-47c41ef999a9
github.com/Ullaakut/nmap/v3 v3.0.3
github.com/Ullaakut/nmap v2.0.2+incompatible
github.com/aws/aws-sdk-go-v2 v1.26.0
github.com/aws/aws-sdk-go-v2/credentials v1.17.9
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.12
Expand Down

0 comments on commit 4761247

Please sign in to comment.