Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions cmd/ncproxy/ncproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ import (
"google.golang.org/grpc/status"
)

// GRPC service exposed for use by a Node Network Service. Holds a mutex for
// updating global client.
type grpcService struct {
}
// GRPC service exposed for use by a Node Network Service.
type grpcService struct{}

var _ ncproxygrpc.NetworkConfigProxyServer = &grpcService{}

Expand Down