Documentation ¶
Index ¶
- type ProxySvc
- func (s *ProxySvc) AddClient(ctx context.Context, req *sdk.AddClientRequest) (*sdk.AddClientResponse, error)
- func (s *ProxySvc) AddClientList(ctx context.Context, req *sdk.AddClientListRequest) (*sdk.AddClientListResponse, error)
- func (s *ProxySvc) RemoveClient(ctx context.Context, req *sdk.RemoveClientRequest) (*sdk.RemoveClientResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxySvc ¶
type ProxySvc struct { grpc.Handler sdk.UnimplementedProxyServiceServer // contains filtered or unexported fields }
func NewProxySvcHandler ¶
func (*ProxySvc) AddClient ¶
func (s *ProxySvc) AddClient(ctx context.Context, req *sdk.AddClientRequest) (*sdk.AddClientResponse, error)
func (*ProxySvc) AddClientList ¶
func (s *ProxySvc) AddClientList(ctx context.Context, req *sdk.AddClientListRequest) (*sdk.AddClientListResponse, error)
func (*ProxySvc) RemoveClient ¶
func (s *ProxySvc) RemoveClient(ctx context.Context, req *sdk.RemoveClientRequest) (*sdk.RemoveClientResponse, error)
Click to show internal directories.
Click to hide internal directories.