Documentation
¶
Index ¶
- Variables
- type Handlers
- func (s Handlers) Create(ctx context.Context, in *pb.User) (*pb.User, error)
- func (s Handlers) List(in *pb.Empty, str pb.UserStorage_ListServer) error
- func (s Handlers) Remove(ctx context.Context, in *pb.Id) (*pb.Empty, error)
- func (s Handlers) Update(ctx context.Context, in *pb.User) (*pb.User, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknown = status.Error(codes.NotFound, `unknown error`)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.