Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAgentServiceServer ¶
func RegisterAgentServiceServer(s *grpc.Server, srv AgentServiceServer)
Types ¶
type AgentServiceClient ¶
type AgentServiceClient interface { // Agent Identifier? Connect(ctx context.Context, opts ...grpc.CallOption) (AgentService_ConnectClient, error) }
AgentServiceClient is the client API for AgentService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAgentServiceClient ¶
func NewAgentServiceClient(cc *grpc.ClientConn) AgentServiceClient
type AgentServiceServer ¶
type AgentServiceServer interface { // Agent Identifier? Connect(AgentService_ConnectServer) error }
AgentServiceServer is the server API for AgentService service.
type UnimplementedAgentServiceServer ¶
type UnimplementedAgentServiceServer struct { }
UnimplementedAgentServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedAgentServiceServer) Connect ¶
func (*UnimplementedAgentServiceServer) Connect(srv AgentService_ConnectServer) error
Click to show internal directories.
Click to hide internal directories.