Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyDefaults ¶
func ApplyDefaults(config *kascfg.ConfigurationFile)
Types ¶
type AgentConnPool ¶
type AgentConnPool interface {
Add(agentID int64, conn grpc.ClientConnInterface) error
Remove(agentID int64)
}
type Factory ¶
type Factory struct {
AgentConnPool AgentConnPool
AgentServerConn grpc.ClientConnInterface
StopAPIServerHandlers func()
}
func (*Factory) StartStopPhase ¶
func (f *Factory) StartStopPhase() modshared.ModuleStartStopPhase
Click to show internal directories.
Click to hide internal directories.