Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRpcConn ¶
func GetRpcConn(name string) *grpc.ClientConn
GetRpcConn is used by RPC client code which needs the connection for a given controller for doing RPC calls with that controller.
func RemoveRpcConn ¶
func RemoveRpcConn(name string)
RemoveRpcConn closes the connection and removes from map
func UpdateRpcConn ¶
UpdateRpcConn ... Update RPC connections
Types ¶
type ContextUpdateRequest ¶
type ContextUpdateRequest interface { }
type ContextUpdateResponse ¶
type ContextUpdateResponse interface { }
type InstallAppRequest ¶
type InstallAppRequest interface { }
type InstallAppResponse ¶
type InstallAppResponse interface { }
Click to show internal directories.
Click to hide internal directories.