(ctx context.Context, in *WorkerInfo, opts ...grpc.CallOption)
| 19 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream. |
| 20 | type MasterClient interface { |
| 21 | WorkerRegister(ctx context.Context, in *WorkerInfo, opts ...grpc.CallOption) (*RegisterResult, error) |
| 22 | // IMD = InterMeDiate |
| 23 | UpdateIMDInfo(ctx context.Context, in *IMDInfo, opts ...grpc.CallOption) (*UpdateResult, error) |
| 24 | } |
no outgoing calls
no test coverage detected