Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserService ¶
type UserService struct { users.UnimplementedUserServiceServer // contains filtered or unexported fields }
func NewUserService ¶
func NewUserService(logger *log.Logger, userService user.UnixInterface, validator *validator.Validate) *UserService
func (*UserService) Create ¶
func (u *UserService) Create(ctx context.Context, createUser *users.CreateUserRequest) (*users.CreateUserResponse, error)
Click to show internal directories.
Click to hide internal directories.