Versions in this module Expand all Collapse all v1 v1.0.0 Oct 9, 2024 Changes in this version + type Implementation struct + func NewImplementation(userService service.UserService) *Implementation + func (i *Implementation) CheckUsersExistence(ctx context.Context, req *desc.CheckUsersExistenceRequest) (*emptypb.Empty, error) + func (i *Implementation) Create(ctx context.Context, req *desc.CreateRequest) (*desc.CreateResponse, error) + func (i *Implementation) Delete(ctx context.Context, req *desc.DeleteRequest) (*emptypb.Empty, error) + func (i *Implementation) Get(ctx context.Context, req *desc.GetRequest) (*desc.GetResponse, error) + func (i *Implementation) Update(ctx context.Context, req *desc.UpdateRequest) (*emptypb.Empty, error)