Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶ added in v1.0.2
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶ added in v1.0.2
func NewHandler(conf *config.PipelineConfig, rpcServer egress.RPCServer) *Handler
type ProcessManager ¶ added in v1.5.3
type ProcessManager struct {
// contains filtered or unexported fields
}
func NewProcessManager ¶ added in v1.5.3
func NewProcessManager(conf *config.ServiceConfig, monitor *stats.Monitor) *ProcessManager
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(conf *config.ServiceConfig, rpcServer egress.RPCServer) *Service
func (*Service) ListEgress ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.