Versions in this module Expand all Collapse all v1 v1.0.1 Sep 25, 2025 v1.0.0 Sep 25, 2025 Changes in this version + var File_v1_user_proto protoreflect.FileDescriptor + type CreateUserRequest struct + Name string + Password string + Username string + func (*CreateUserRequest) Descriptor() ([]byte, []int) + func (*CreateUserRequest) ProtoMessage() + func (m *CreateUserRequest) Validate() error + func (m *CreateUserRequest) ValidateAll() error + func (x *CreateUserRequest) GetName() string + func (x *CreateUserRequest) GetPassword() string + func (x *CreateUserRequest) GetUsername() string + func (x *CreateUserRequest) ProtoReflect() protoreflect.Message + func (x *CreateUserRequest) Reset() + func (x *CreateUserRequest) String() string + type CreateUserRequestMultiError []error + func (m CreateUserRequestMultiError) AllErrors() []error + func (m CreateUserRequestMultiError) Error() string + type CreateUserRequestValidationError struct + func (e CreateUserRequestValidationError) Cause() error + func (e CreateUserRequestValidationError) Error() string + func (e CreateUserRequestValidationError) ErrorName() string + func (e CreateUserRequestValidationError) Field() string + func (e CreateUserRequestValidationError) Key() bool + func (e CreateUserRequestValidationError) Reason() string + type GetUserResponse struct + Id int64 + Name string + Username string + func (*GetUserResponse) Descriptor() ([]byte, []int) + func (*GetUserResponse) ProtoMessage() + func (m *GetUserResponse) Validate() error + func (m *GetUserResponse) ValidateAll() error + func (x *GetUserResponse) GetId() int64 + func (x *GetUserResponse) GetName() string + func (x *GetUserResponse) GetUsername() string + func (x *GetUserResponse) ProtoReflect() protoreflect.Message + func (x *GetUserResponse) Reset() + func (x *GetUserResponse) String() string + type GetUserResponseMultiError []error + func (m GetUserResponseMultiError) AllErrors() []error + func (m GetUserResponseMultiError) Error() string + type GetUserResponseValidationError struct + func (e GetUserResponseValidationError) Cause() error + func (e GetUserResponseValidationError) Error() string + func (e GetUserResponseValidationError) ErrorName() string + func (e GetUserResponseValidationError) Field() string + func (e GetUserResponseValidationError) Key() bool + func (e GetUserResponseValidationError) Reason() string + type GetUsersResponse struct + Items []*UserItem + Total int64 + func (*GetUsersResponse) Descriptor() ([]byte, []int) + func (*GetUsersResponse) ProtoMessage() + func (m *GetUsersResponse) Validate() error + func (m *GetUsersResponse) ValidateAll() error + func (x *GetUsersResponse) GetItems() []*UserItem + func (x *GetUsersResponse) GetTotal() int64 + func (x *GetUsersResponse) ProtoReflect() protoreflect.Message + func (x *GetUsersResponse) Reset() + func (x *GetUsersResponse) String() string + type GetUsersResponseMultiError []error + func (m GetUsersResponseMultiError) AllErrors() []error + func (m GetUsersResponseMultiError) Error() string + type GetUsersResponseValidationError struct + func (e GetUsersResponseValidationError) Cause() error + func (e GetUsersResponseValidationError) Error() string + func (e GetUsersResponseValidationError) ErrorName() string + func (e GetUsersResponseValidationError) Field() string + func (e GetUsersResponseValidationError) Key() bool + func (e GetUsersResponseValidationError) Reason() string + type UserItem struct + Id int64 + Name string + Username string + func (*UserItem) Descriptor() ([]byte, []int) + func (*UserItem) ProtoMessage() + func (m *UserItem) Validate() error + func (m *UserItem) ValidateAll() error + func (x *UserItem) GetId() int64 + func (x *UserItem) GetName() string + func (x *UserItem) GetUsername() string + func (x *UserItem) ProtoReflect() protoreflect.Message + func (x *UserItem) Reset() + func (x *UserItem) String() string + type UserItemMultiError []error + func (m UserItemMultiError) AllErrors() []error + func (m UserItemMultiError) Error() string + type UserItemValidationError struct + func (e UserItemValidationError) Cause() error + func (e UserItemValidationError) Error() string + func (e UserItemValidationError) ErrorName() string + func (e UserItemValidationError) Field() string + func (e UserItemValidationError) Key() bool + func (e UserItemValidationError) Reason() string