Documentation ¶
Index ¶
- func New() server.Listener[locator.Config, *locator.Container]
- type Implementation
- func (cc Implementation) Delete(ctx context.Context, request *generated.GetByIDRequest) (*emptypb.Empty, error)
- func (cc Implementation) Get(ctx context.Context, request *generated.GetByIDRequest) (*generated.User, error)
- func (cc Implementation) List(ctx context.Context, empty *emptypb.Empty) (*generated.UserList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Implementation ¶
type Implementation struct { generated.UnimplementedUsersServiceServer // contains filtered or unexported fields }
func (Implementation) Delete ¶
func (cc Implementation) Delete(ctx context.Context, request *generated.GetByIDRequest) (*emptypb.Empty, error)
func (Implementation) Get ¶
func (cc Implementation) Get(ctx context.Context, request *generated.GetByIDRequest) (*generated.User, error)
Click to show internal directories.
Click to hide internal directories.