Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server wraps a gRPC server and provides methods for managing server state.
func (*Server) RegisterSink ¶
RegisterSink registers the server API for the Sink service with the gRPC server.
func (*Server) Setup ¶
func (s *Server) Setup(opt ...grpc.ServerOption)
Setup creates a new gRPC server.
type Sink ¶
type Sink struct { pb.UnimplementedSinkServiceServer // Capsules can be optionally used to store all capsules sent by the client. Capsules []config.Capsule // contains filtered or unexported fields }
Sink implements the server API for the Sink service.
Click to show internal directories.
Click to hide internal directories.