Documentation ¶
Overview ¶
Package grpc contains implementation of Auth service gRPC API.
Index ¶
- func NewClient(conn *grpc.ClientConn, timeout time.Duration) grpcClientsV1.ClientsServiceClient
- func NewServer(svc clients.Service) grpcClientsV1.ClientsServiceServer
- func UnsetParentGroupFromClientEndpoint(svc pClients.Service) endpoint.Endpoint
- type UnsetParentGroupFromClientReq
- type UnsetParentGroupFromClientRes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
func NewClient(conn *grpc.ClientConn, timeout time.Duration) grpcClientsV1.ClientsServiceClient
NewClient returns new gRPC client instance.
func NewServer ¶
func NewServer(svc clients.Service) grpcClientsV1.ClientsServiceServer
NewServer returns new AuthServiceServer instance.
Types ¶
type UnsetParentGroupFromClientReq ¶
type UnsetParentGroupFromClientReq struct {
// contains filtered or unexported fields
}
type UnsetParentGroupFromClientRes ¶
type UnsetParentGroupFromClientRes struct{}
Click to show internal directories.
Click to hide internal directories.