Documentation
¶
Index ¶
- type ENIIPAMGrpcServer
- func (cb *ENIIPAMGrpcServer) AllocateIP(ctx context.Context, req *rpc.AllocateIPRequest) (*rpc.AllocateIPReply, error)
- func (cb *ENIIPAMGrpcServer) CheckIP(ctx context.Context, req *rpc.CheckIPRequest) (*rpc.CheckIPReply, error)
- func (cb *ENIIPAMGrpcServer) ReleaseIP(ctx context.Context, req *rpc.ReleaseIPRequest) (*rpc.ReleaseIPReply, error)
- func (cb *ENIIPAMGrpcServer) RunRPCHandler(ctx context.Context) error
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ENIIPAMGrpcServer ¶
type ENIIPAMGrpcServer struct {
// contains filtered or unexported fields
}
func (*ENIIPAMGrpcServer) AllocateIP ¶
func (cb *ENIIPAMGrpcServer) AllocateIP(ctx context.Context, req *rpc.AllocateIPRequest) (*rpc.AllocateIPReply, error)
func (*ENIIPAMGrpcServer) CheckIP ¶
func (cb *ENIIPAMGrpcServer) CheckIP(ctx context.Context, req *rpc.CheckIPRequest) (*rpc.CheckIPReply, error)
func (*ENIIPAMGrpcServer) ReleaseIP ¶
func (cb *ENIIPAMGrpcServer) ReleaseIP(ctx context.Context, req *rpc.ReleaseIPRequest) (*rpc.ReleaseIPReply, error)
func (*ENIIPAMGrpcServer) RunRPCHandler ¶
func (cb *ENIIPAMGrpcServer) RunRPCHandler(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.