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