Documentation ¶
Index ¶
- func GetBindAddrs(x string) ([]net.IP, error)
- type ServiceServer
- func (s *ServiceServer) Configure(ctx context.Context, req *pb.ConfigureRequest) (*empty.Empty, error)
- func (s *ServiceServer) Deconfigure(ctx context.Context, req *pb.DeconfigureRequest) (*empty.Empty, error)
- func (s *ServiceServer) Init(inner *services.ServiceServer)
- func (s *ServiceServer) ListEndPoints(ctx context.Context, req *pb.ListEndPointsRequest) (*pb.ListEndPointsResponse, error)
- func (s *ServiceServer) Name() string
- func (s *ServiceServer) Register(server *grpc.Server)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServiceServer ¶
type ServiceServer struct {
*services.ServiceServer
}
func (*ServiceServer) Configure ¶
func (s *ServiceServer) Configure(ctx context.Context, req *pb.ConfigureRequest) (*empty.Empty, error)
func (*ServiceServer) Deconfigure ¶
func (s *ServiceServer) Deconfigure(ctx context.Context, req *pb.DeconfigureRequest) (*empty.Empty, error)
func (*ServiceServer) Init ¶
func (s *ServiceServer) Init(inner *services.ServiceServer)
func (*ServiceServer) ListEndPoints ¶
func (s *ServiceServer) ListEndPoints(ctx context.Context, req *pb.ListEndPointsRequest) (*pb.ListEndPointsResponse, error)
func (*ServiceServer) Name ¶
func (s *ServiceServer) Name() string
func (*ServiceServer) Register ¶
func (s *ServiceServer) Register(server *grpc.Server)
Click to show internal directories.
Click to hide internal directories.