Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AgentRPCAPIFactory ¶ added in v17.4.0
func AgentRPCAPIFactory(delegate modserver.AgentRPCAPIFactory) modserver.AgentRPCAPIFactory
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 AgentInMemServer *grpc.Server AgentInMemListener net.Listener AgentInMemServerConn *grpc.ClientConn AgentInMemAuxCancel context.CancelFunc }
Click to show internal directories.
Click to hide internal directories.