Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServerSettings ¶
type Protocals ¶
type Protocals struct {
GRPC *helper.GRPCServerSettings
HTTP *HTTPServerSettings
}
type Server ¶
type Server struct {
Protocals Protocals
// contains filtered or unexported fields
}
Server implements ServiceInputV1 and ServiceInputV2
func (*Server) StartService ¶
func (s *Server) StartService(ctx pipeline.PipelineContext) error
StartService(PipelineContext) error
Click to show internal directories.
Click to hide internal directories.