Documentation
¶
Index ¶
Constants ¶
View Source
const ( RspSucceed string = "Succeed" RspFailed string = "Failed" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentOption ¶
type AgentOption func(*EipAgent)
type EipAgent ¶
type EipAgent struct { Port int RpcSvc binding.EipAgentServer Ctx context.Context InternalAddrs []string }
func NewAgent ¶
func NewAgent(opts ...AgentOption) *EipAgent
type GrpcServer ¶
type GrpcServer struct {
binding.UnimplementedEipAgentServer
}
func (*GrpcServer) EipOperate ¶
Click to show internal directories.
Click to hide internal directories.