Documentation ¶
Index ¶
- Variables
- type AccessToken
- type AccountAPIKey
- func (*AccountAPIKey) Descriptor() ([]byte, []int)deprecated
- func (x *AccountAPIKey) GetCreatedAt() *timestamp.Timestamp
- func (x *AccountAPIKey) GetDescription() string
- func (x *AccountAPIKey) GetId() *UUID
- func (x *AccountAPIKey) GetIpAddresses() []string
- func (x *AccountAPIKey) GetKey() string
- func (x *AccountAPIKey) GetUpdatedAt() *timestamp.Timestamp
- func (x *AccountAPIKey) GetUserId() *UUID
- func (*AccountAPIKey) ProtoMessage()
- func (x *AccountAPIKey) ProtoReflect() protoreflect.Message
- func (x *AccountAPIKey) Reset()
- func (x *AccountAPIKey) String() string
- type AccountAPIKeyCreateRequest
- func (*AccountAPIKeyCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AccountAPIKeyCreateRequest) GetDescription() string
- func (x *AccountAPIKeyCreateRequest) GetIpAddresses() []string
- func (x *AccountAPIKeyCreateRequest) GetUserId() *UUID
- func (*AccountAPIKeyCreateRequest) ProtoMessage()
- func (x *AccountAPIKeyCreateRequest) ProtoReflect() protoreflect.Message
- func (x *AccountAPIKeyCreateRequest) Reset()
- func (x *AccountAPIKeyCreateRequest) String() string
- type AccountAPIKeyCreateResponse
- func (*AccountAPIKeyCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AccountAPIKeyCreateResponse) GetAccountApiKey() *AccountAPIKey
- func (*AccountAPIKeyCreateResponse) ProtoMessage()
- func (x *AccountAPIKeyCreateResponse) ProtoReflect() protoreflect.Message
- func (x *AccountAPIKeyCreateResponse) Reset()
- func (x *AccountAPIKeyCreateResponse) String() string
- type AccountAPIKeyDeleteRequest
- func (*AccountAPIKeyDeleteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AccountAPIKeyDeleteRequest) GetId() *UUID
- func (*AccountAPIKeyDeleteRequest) ProtoMessage()
- func (x *AccountAPIKeyDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *AccountAPIKeyDeleteRequest) Reset()
- func (x *AccountAPIKeyDeleteRequest) String() string
- type AccountAPIKeyDeleteResponse
- type AccountAPIKeyFindOneRequest
- func (*AccountAPIKeyFindOneRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AccountAPIKeyFindOneRequest) GetId() *UUID
- func (*AccountAPIKeyFindOneRequest) ProtoMessage()
- func (x *AccountAPIKeyFindOneRequest) ProtoReflect() protoreflect.Message
- func (x *AccountAPIKeyFindOneRequest) Reset()
- func (x *AccountAPIKeyFindOneRequest) String() string
- type AccountAPIKeyFindOneResponse
- func (*AccountAPIKeyFindOneResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AccountAPIKeyFindOneResponse) GetAccountApiKey() *AccountAPIKey
- func (*AccountAPIKeyFindOneResponse) ProtoMessage()
- func (x *AccountAPIKeyFindOneResponse) ProtoReflect() protoreflect.Message
- func (x *AccountAPIKeyFindOneResponse) Reset()
- func (x *AccountAPIKeyFindOneResponse) String() string
- type AccountAPIKeyToken
- func (*AccountAPIKeyToken) Descriptor() ([]byte, []int)deprecated
- func (x *AccountAPIKeyToken) GetDescription() string
- func (x *AccountAPIKeyToken) GetIpAddresses() []string
- func (x *AccountAPIKeyToken) GetToken() *Token
- func (*AccountAPIKeyToken) ProtoMessage()
- func (x *AccountAPIKeyToken) ProtoReflect() protoreflect.Message
- func (x *AccountAPIKeyToken) Reset()
- func (x *AccountAPIKeyToken) String() string
- type AccountAPIkeyFindManyByUserRequest
- func (*AccountAPIkeyFindManyByUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AccountAPIkeyFindManyByUserRequest) GetUserId() *UUID
- func (*AccountAPIkeyFindManyByUserRequest) ProtoMessage()
- func (x *AccountAPIkeyFindManyByUserRequest) ProtoReflect() protoreflect.Message
- func (x *AccountAPIkeyFindManyByUserRequest) Reset()
- func (x *AccountAPIkeyFindManyByUserRequest) String() string
- type AccountAPIkeyFindManyResponse
- func (*AccountAPIkeyFindManyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AccountAPIkeyFindManyResponse) GetAccountApiKeys() []*AccountAPIKey
- func (*AccountAPIkeyFindManyResponse) ProtoMessage()
- func (x *AccountAPIkeyFindManyResponse) ProtoReflect() protoreflect.Message
- func (x *AccountAPIkeyFindManyResponse) Reset()
- func (x *AccountAPIkeyFindManyResponse) String() string
- type HttpResponse
- func (*HttpResponse) Descriptor() ([]byte, []int)deprecated
- func (x *HttpResponse) GetMessage() string
- func (x *HttpResponse) GetStatusCode() int32
- func (*HttpResponse) ProtoMessage()
- func (x *HttpResponse) ProtoReflect() protoreflect.Message
- func (x *HttpResponse) Reset()
- func (x *HttpResponse) String() string
- type RefreshToken
- type Role
- func (*Role) Descriptor() ([]byte, []int)deprecated
- func (x *Role) GetCreatedAt() *timestamp.Timestamp
- func (x *Role) GetDeletedAt() *timestamp.Timestamp
- func (x *Role) GetId() *UUID
- func (x *Role) GetName() string
- func (x *Role) GetPermissions() []string
- func (x *Role) GetUpdatedAt() *timestamp.Timestamp
- func (*Role) ProtoMessage()
- func (x *Role) ProtoReflect() protoreflect.Message
- func (x *Role) Reset()
- func (x *Role) String() string
- type RoleCreateRequest
- func (*RoleCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RoleCreateRequest) GetName() string
- func (x *RoleCreateRequest) GetPermissions() []string
- func (*RoleCreateRequest) ProtoMessage()
- func (x *RoleCreateRequest) ProtoReflect() protoreflect.Message
- func (x *RoleCreateRequest) Reset()
- func (x *RoleCreateRequest) String() string
- type RoleCreateResponse
- type RoleDeleteRequest
- type RoleDeleteResponse
- type RoleFindManyResponse
- func (*RoleFindManyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RoleFindManyResponse) GetRoles() []*Role
- func (*RoleFindManyResponse) ProtoMessage()
- func (x *RoleFindManyResponse) ProtoReflect() protoreflect.Message
- func (x *RoleFindManyResponse) Reset()
- func (x *RoleFindManyResponse) String() string
- type RoleFindOneRequest
- type RoleFindOneResponse
- func (*RoleFindOneResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RoleFindOneResponse) GetRole() *Role
- func (*RoleFindOneResponse) ProtoMessage()
- func (x *RoleFindOneResponse) ProtoReflect() protoreflect.Message
- func (x *RoleFindOneResponse) Reset()
- func (x *RoleFindOneResponse) String() string
- type RoleUpdateRequest
- func (*RoleUpdateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RoleUpdateRequest) GetId() *UUID
- func (x *RoleUpdateRequest) GetName() string
- func (x *RoleUpdateRequest) GetPermissions() []string
- func (*RoleUpdateRequest) ProtoMessage()
- func (x *RoleUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *RoleUpdateRequest) Reset()
- func (x *RoleUpdateRequest) String() string
- type RoleUpdateResponse
- type Token
- type TokenType
- type UUID
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetCreatedAt() *timestamp.Timestamp
- func (x *User) GetDeletedAt() *timestamp.Timestamp
- func (x *User) GetEmail() string
- func (x *User) GetId() *UUID
- func (x *User) GetName() string
- func (x *User) GetPassword() string
- func (x *User) GetRoleId() *UUID
- func (x *User) GetUpdatedAt() *timestamp.Timestamp
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type UserCreateRequest
- func (*UserCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserCreateRequest) GetEmail() string
- func (x *UserCreateRequest) GetName() string
- func (x *UserCreateRequest) GetPassword() string
- func (x *UserCreateRequest) GetRoleId() *UUID
- func (x *UserCreateRequest) GetRoleName() string
- func (*UserCreateRequest) ProtoMessage()
- func (x *UserCreateRequest) ProtoReflect() protoreflect.Message
- func (x *UserCreateRequest) Reset()
- func (x *UserCreateRequest) String() string
- type UserCreateResponse
- type UserDeleteRequest
- type UserDeleteResponse
- type UserFindManyResponse
- func (*UserFindManyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserFindManyResponse) GetUsers() []*User
- func (*UserFindManyResponse) ProtoMessage()
- func (x *UserFindManyResponse) ProtoReflect() protoreflect.Message
- func (x *UserFindManyResponse) Reset()
- func (x *UserFindManyResponse) String() string
- type UserFindOneRequest
- func (*UserFindOneRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserFindOneRequest) GetUserId() *UUID
- func (*UserFindOneRequest) ProtoMessage()
- func (x *UserFindOneRequest) ProtoReflect() protoreflect.Message
- func (x *UserFindOneRequest) Reset()
- func (x *UserFindOneRequest) String() string
- type UserFindOneResponse
- func (*UserFindOneResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserFindOneResponse) GetUser() *User
- func (*UserFindOneResponse) ProtoMessage()
- func (x *UserFindOneResponse) ProtoReflect() protoreflect.Message
- func (x *UserFindOneResponse) Reset()
- func (x *UserFindOneResponse) String() string
- type UserSignInRequest
- func (*UserSignInRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserSignInRequest) GetPassword() string
- func (x *UserSignInRequest) GetUid() string
- func (*UserSignInRequest) ProtoMessage()
- func (x *UserSignInRequest) ProtoReflect() protoreflect.Message
- func (x *UserSignInRequest) Reset()
- func (x *UserSignInRequest) String() string
- type UserSignInResponse
- func (*UserSignInResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserSignInResponse) GetAccessToken() string
- func (x *UserSignInResponse) GetRefreshToken() string
- func (*UserSignInResponse) ProtoMessage()
- func (x *UserSignInResponse) ProtoReflect() protoreflect.Message
- func (x *UserSignInResponse) Reset()
- func (x *UserSignInResponse) String() string
- type UserUpdateRequest
- func (*UserUpdateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserUpdateRequest) GetEmail() string
- func (x *UserUpdateRequest) GetName() string
- func (x *UserUpdateRequest) GetPassword() string
- func (x *UserUpdateRequest) GetRoleId() *UUID
- func (x *UserUpdateRequest) GetRoleName() string
- func (x *UserUpdateRequest) GetUserId() *UUID
- func (*UserUpdateRequest) ProtoMessage()
- func (x *UserUpdateRequest) ProtoReflect() protoreflect.Message
- func (x *UserUpdateRequest) Reset()
- func (x *UserUpdateRequest) String() string
- type UserUpdateResponse
Constants ¶
This section is empty.
Variables ¶
var ( TokenType_name = map[int32]string{ 0: "ACCESS_TOKEN", 1: "REFRESH_TOKEN", 2: "ACCOUNT_API_KEY", } TokenType_value = map[string]int32{ "ACCESS_TOKEN": 0, "REFRESH_TOKEN": 1, "ACCOUNT_API_KEY": 2, } )
Enum value maps for TokenType.
var File_api_key_api_proto protoreflect.FileDescriptor
var File_auth_api_proto protoreflect.FileDescriptor
var File_common_proto protoreflect.FileDescriptor
var File_generic_proto protoreflect.FileDescriptor
var File_role_api_proto protoreflect.FileDescriptor
var File_user_api_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AccessToken ¶
type AccessToken struct { Token *Token `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*AccessToken) Descriptor
deprecated
func (*AccessToken) Descriptor() ([]byte, []int)
Deprecated: Use AccessToken.ProtoReflect.Descriptor instead.
func (*AccessToken) GetToken ¶
func (x *AccessToken) GetToken() *Token
func (*AccessToken) ProtoMessage ¶
func (*AccessToken) ProtoMessage()
func (*AccessToken) ProtoReflect ¶
func (x *AccessToken) ProtoReflect() protoreflect.Message
func (*AccessToken) Reset ¶
func (x *AccessToken) Reset()
func (*AccessToken) String ¶
func (x *AccessToken) String() string
type AccountAPIKey ¶
type AccountAPIKey struct { Id *UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` IpAddresses []string `protobuf:"bytes,5,rep,name=ip_addresses,json=ipAddresses,proto3" json:"ip_addresses,omitempty"` Key string `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"` UserId *UUID `protobuf:"bytes,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*AccountAPIKey) Descriptor
deprecated
func (*AccountAPIKey) Descriptor() ([]byte, []int)
Deprecated: Use AccountAPIKey.ProtoReflect.Descriptor instead.
func (*AccountAPIKey) GetCreatedAt ¶
func (x *AccountAPIKey) GetCreatedAt() *timestamp.Timestamp
func (*AccountAPIKey) GetDescription ¶
func (x *AccountAPIKey) GetDescription() string
func (*AccountAPIKey) GetId ¶
func (x *AccountAPIKey) GetId() *UUID
func (*AccountAPIKey) GetIpAddresses ¶
func (x *AccountAPIKey) GetIpAddresses() []string
func (*AccountAPIKey) GetKey ¶
func (x *AccountAPIKey) GetKey() string
func (*AccountAPIKey) GetUpdatedAt ¶
func (x *AccountAPIKey) GetUpdatedAt() *timestamp.Timestamp
func (*AccountAPIKey) GetUserId ¶
func (x *AccountAPIKey) GetUserId() *UUID
func (*AccountAPIKey) ProtoMessage ¶
func (*AccountAPIKey) ProtoMessage()
func (*AccountAPIKey) ProtoReflect ¶
func (x *AccountAPIKey) ProtoReflect() protoreflect.Message
func (*AccountAPIKey) Reset ¶
func (x *AccountAPIKey) Reset()
func (*AccountAPIKey) String ¶
func (x *AccountAPIKey) String() string
type AccountAPIKeyCreateRequest ¶
type AccountAPIKeyCreateRequest struct { UserId *UUID `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` IpAddresses []string `protobuf:"bytes,3,rep,name=ip_addresses,json=ipAddresses,proto3" json:"ip_addresses,omitempty"` // contains filtered or unexported fields }
func (*AccountAPIKeyCreateRequest) Descriptor
deprecated
func (*AccountAPIKeyCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use AccountAPIKeyCreateRequest.ProtoReflect.Descriptor instead.
func (*AccountAPIKeyCreateRequest) GetDescription ¶
func (x *AccountAPIKeyCreateRequest) GetDescription() string
func (*AccountAPIKeyCreateRequest) GetIpAddresses ¶
func (x *AccountAPIKeyCreateRequest) GetIpAddresses() []string
func (*AccountAPIKeyCreateRequest) GetUserId ¶
func (x *AccountAPIKeyCreateRequest) GetUserId() *UUID
func (*AccountAPIKeyCreateRequest) ProtoMessage ¶
func (*AccountAPIKeyCreateRequest) ProtoMessage()
func (*AccountAPIKeyCreateRequest) ProtoReflect ¶
func (x *AccountAPIKeyCreateRequest) ProtoReflect() protoreflect.Message
func (*AccountAPIKeyCreateRequest) Reset ¶
func (x *AccountAPIKeyCreateRequest) Reset()
func (*AccountAPIKeyCreateRequest) String ¶
func (x *AccountAPIKeyCreateRequest) String() string
type AccountAPIKeyCreateResponse ¶
type AccountAPIKeyCreateResponse struct { AccountApiKey *AccountAPIKey `protobuf:"bytes,2,opt,name=account_api_key,json=accountApiKey,proto3" json:"account_api_key,omitempty"` // contains filtered or unexported fields }
func (*AccountAPIKeyCreateResponse) Descriptor
deprecated
func (*AccountAPIKeyCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use AccountAPIKeyCreateResponse.ProtoReflect.Descriptor instead.
func (*AccountAPIKeyCreateResponse) GetAccountApiKey ¶
func (x *AccountAPIKeyCreateResponse) GetAccountApiKey() *AccountAPIKey
func (*AccountAPIKeyCreateResponse) ProtoMessage ¶
func (*AccountAPIKeyCreateResponse) ProtoMessage()
func (*AccountAPIKeyCreateResponse) ProtoReflect ¶
func (x *AccountAPIKeyCreateResponse) ProtoReflect() protoreflect.Message
func (*AccountAPIKeyCreateResponse) Reset ¶
func (x *AccountAPIKeyCreateResponse) Reset()
func (*AccountAPIKeyCreateResponse) String ¶
func (x *AccountAPIKeyCreateResponse) String() string
type AccountAPIKeyDeleteRequest ¶
type AccountAPIKeyDeleteRequest struct { Id *UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*AccountAPIKeyDeleteRequest) Descriptor
deprecated
func (*AccountAPIKeyDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use AccountAPIKeyDeleteRequest.ProtoReflect.Descriptor instead.
func (*AccountAPIKeyDeleteRequest) GetId ¶
func (x *AccountAPIKeyDeleteRequest) GetId() *UUID
func (*AccountAPIKeyDeleteRequest) ProtoMessage ¶
func (*AccountAPIKeyDeleteRequest) ProtoMessage()
func (*AccountAPIKeyDeleteRequest) ProtoReflect ¶
func (x *AccountAPIKeyDeleteRequest) ProtoReflect() protoreflect.Message
func (*AccountAPIKeyDeleteRequest) Reset ¶
func (x *AccountAPIKeyDeleteRequest) Reset()
func (*AccountAPIKeyDeleteRequest) String ¶
func (x *AccountAPIKeyDeleteRequest) String() string
type AccountAPIKeyDeleteResponse ¶
type AccountAPIKeyDeleteResponse struct {
// contains filtered or unexported fields
}
func (*AccountAPIKeyDeleteResponse) Descriptor
deprecated
func (*AccountAPIKeyDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use AccountAPIKeyDeleteResponse.ProtoReflect.Descriptor instead.
func (*AccountAPIKeyDeleteResponse) ProtoMessage ¶
func (*AccountAPIKeyDeleteResponse) ProtoMessage()
func (*AccountAPIKeyDeleteResponse) ProtoReflect ¶
func (x *AccountAPIKeyDeleteResponse) ProtoReflect() protoreflect.Message
func (*AccountAPIKeyDeleteResponse) Reset ¶
func (x *AccountAPIKeyDeleteResponse) Reset()
func (*AccountAPIKeyDeleteResponse) String ¶
func (x *AccountAPIKeyDeleteResponse) String() string
type AccountAPIKeyFindOneRequest ¶
type AccountAPIKeyFindOneRequest struct { Id *UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*AccountAPIKeyFindOneRequest) Descriptor
deprecated
func (*AccountAPIKeyFindOneRequest) Descriptor() ([]byte, []int)
Deprecated: Use AccountAPIKeyFindOneRequest.ProtoReflect.Descriptor instead.
func (*AccountAPIKeyFindOneRequest) GetId ¶
func (x *AccountAPIKeyFindOneRequest) GetId() *UUID
func (*AccountAPIKeyFindOneRequest) ProtoMessage ¶
func (*AccountAPIKeyFindOneRequest) ProtoMessage()
func (*AccountAPIKeyFindOneRequest) ProtoReflect ¶
func (x *AccountAPIKeyFindOneRequest) ProtoReflect() protoreflect.Message
func (*AccountAPIKeyFindOneRequest) Reset ¶
func (x *AccountAPIKeyFindOneRequest) Reset()
func (*AccountAPIKeyFindOneRequest) String ¶
func (x *AccountAPIKeyFindOneRequest) String() string
type AccountAPIKeyFindOneResponse ¶
type AccountAPIKeyFindOneResponse struct { AccountApiKey *AccountAPIKey `protobuf:"bytes,2,opt,name=account_api_key,json=accountApiKey,proto3" json:"account_api_key,omitempty"` // contains filtered or unexported fields }
func (*AccountAPIKeyFindOneResponse) Descriptor
deprecated
func (*AccountAPIKeyFindOneResponse) Descriptor() ([]byte, []int)
Deprecated: Use AccountAPIKeyFindOneResponse.ProtoReflect.Descriptor instead.
func (*AccountAPIKeyFindOneResponse) GetAccountApiKey ¶
func (x *AccountAPIKeyFindOneResponse) GetAccountApiKey() *AccountAPIKey
func (*AccountAPIKeyFindOneResponse) ProtoMessage ¶
func (*AccountAPIKeyFindOneResponse) ProtoMessage()
func (*AccountAPIKeyFindOneResponse) ProtoReflect ¶
func (x *AccountAPIKeyFindOneResponse) ProtoReflect() protoreflect.Message
func (*AccountAPIKeyFindOneResponse) Reset ¶
func (x *AccountAPIKeyFindOneResponse) Reset()
func (*AccountAPIKeyFindOneResponse) String ¶
func (x *AccountAPIKeyFindOneResponse) String() string
type AccountAPIKeyToken ¶
type AccountAPIKeyToken struct { Token *Token `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` IpAddresses []string `protobuf:"bytes,2,rep,name=ip_addresses,json=ipAddresses,proto3" json:"ip_addresses,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*AccountAPIKeyToken) Descriptor
deprecated
func (*AccountAPIKeyToken) Descriptor() ([]byte, []int)
Deprecated: Use AccountAPIKeyToken.ProtoReflect.Descriptor instead.
func (*AccountAPIKeyToken) GetDescription ¶
func (x *AccountAPIKeyToken) GetDescription() string
func (*AccountAPIKeyToken) GetIpAddresses ¶
func (x *AccountAPIKeyToken) GetIpAddresses() []string
func (*AccountAPIKeyToken) GetToken ¶
func (x *AccountAPIKeyToken) GetToken() *Token
func (*AccountAPIKeyToken) ProtoMessage ¶
func (*AccountAPIKeyToken) ProtoMessage()
func (*AccountAPIKeyToken) ProtoReflect ¶
func (x *AccountAPIKeyToken) ProtoReflect() protoreflect.Message
func (*AccountAPIKeyToken) Reset ¶
func (x *AccountAPIKeyToken) Reset()
func (*AccountAPIKeyToken) String ¶
func (x *AccountAPIKeyToken) String() string
type AccountAPIkeyFindManyByUserRequest ¶
type AccountAPIkeyFindManyByUserRequest struct { UserId *UUID `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*AccountAPIkeyFindManyByUserRequest) Descriptor
deprecated
func (*AccountAPIkeyFindManyByUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use AccountAPIkeyFindManyByUserRequest.ProtoReflect.Descriptor instead.
func (*AccountAPIkeyFindManyByUserRequest) GetUserId ¶
func (x *AccountAPIkeyFindManyByUserRequest) GetUserId() *UUID
func (*AccountAPIkeyFindManyByUserRequest) ProtoMessage ¶
func (*AccountAPIkeyFindManyByUserRequest) ProtoMessage()
func (*AccountAPIkeyFindManyByUserRequest) ProtoReflect ¶
func (x *AccountAPIkeyFindManyByUserRequest) ProtoReflect() protoreflect.Message
func (*AccountAPIkeyFindManyByUserRequest) Reset ¶
func (x *AccountAPIkeyFindManyByUserRequest) Reset()
func (*AccountAPIkeyFindManyByUserRequest) String ¶
func (x *AccountAPIkeyFindManyByUserRequest) String() string
type AccountAPIkeyFindManyResponse ¶
type AccountAPIkeyFindManyResponse struct { AccountApiKeys []*AccountAPIKey `protobuf:"bytes,2,rep,name=account_api_keys,json=accountApiKeys,proto3" json:"account_api_keys,omitempty"` // contains filtered or unexported fields }
func (*AccountAPIkeyFindManyResponse) Descriptor
deprecated
func (*AccountAPIkeyFindManyResponse) Descriptor() ([]byte, []int)
Deprecated: Use AccountAPIkeyFindManyResponse.ProtoReflect.Descriptor instead.
func (*AccountAPIkeyFindManyResponse) GetAccountApiKeys ¶
func (x *AccountAPIkeyFindManyResponse) GetAccountApiKeys() []*AccountAPIKey
func (*AccountAPIkeyFindManyResponse) ProtoMessage ¶
func (*AccountAPIkeyFindManyResponse) ProtoMessage()
func (*AccountAPIkeyFindManyResponse) ProtoReflect ¶
func (x *AccountAPIkeyFindManyResponse) ProtoReflect() protoreflect.Message
func (*AccountAPIkeyFindManyResponse) Reset ¶
func (x *AccountAPIkeyFindManyResponse) Reset()
func (*AccountAPIkeyFindManyResponse) String ¶
func (x *AccountAPIkeyFindManyResponse) String() string
type HttpResponse ¶
type HttpResponse struct { StatusCode int32 `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*HttpResponse) Descriptor
deprecated
func (*HttpResponse) Descriptor() ([]byte, []int)
Deprecated: Use HttpResponse.ProtoReflect.Descriptor instead.
func (*HttpResponse) GetMessage ¶
func (x *HttpResponse) GetMessage() string
func (*HttpResponse) GetStatusCode ¶
func (x *HttpResponse) GetStatusCode() int32
func (*HttpResponse) ProtoMessage ¶
func (*HttpResponse) ProtoMessage()
func (*HttpResponse) ProtoReflect ¶
func (x *HttpResponse) ProtoReflect() protoreflect.Message
func (*HttpResponse) Reset ¶
func (x *HttpResponse) Reset()
func (*HttpResponse) String ¶
func (x *HttpResponse) String() string
type RefreshToken ¶
type RefreshToken struct { Token *Token `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*RefreshToken) Descriptor
deprecated
func (*RefreshToken) Descriptor() ([]byte, []int)
Deprecated: Use RefreshToken.ProtoReflect.Descriptor instead.
func (*RefreshToken) GetToken ¶
func (x *RefreshToken) GetToken() *Token
func (*RefreshToken) ProtoMessage ¶
func (*RefreshToken) ProtoMessage()
func (*RefreshToken) ProtoReflect ¶
func (x *RefreshToken) ProtoReflect() protoreflect.Message
func (*RefreshToken) Reset ¶
func (x *RefreshToken) Reset()
func (*RefreshToken) String ¶
func (x *RefreshToken) String() string
type Role ¶
type Role struct { Id *UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` DeletedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` Permissions []string `protobuf:"bytes,6,rep,name=permissions,proto3" json:"permissions,omitempty"` // contains filtered or unexported fields }
func (*Role) Descriptor
deprecated
func (*Role) GetCreatedAt ¶
func (*Role) GetDeletedAt ¶
func (*Role) GetPermissions ¶
func (*Role) GetUpdatedAt ¶
func (*Role) ProtoMessage ¶
func (*Role) ProtoMessage()
func (*Role) ProtoReflect ¶
func (x *Role) ProtoReflect() protoreflect.Message
type RoleCreateRequest ¶
type RoleCreateRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Permissions []string `protobuf:"bytes,2,rep,name=permissions,proto3" json:"permissions,omitempty"` // contains filtered or unexported fields }
func (*RoleCreateRequest) Descriptor
deprecated
func (*RoleCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use RoleCreateRequest.ProtoReflect.Descriptor instead.
func (*RoleCreateRequest) GetName ¶
func (x *RoleCreateRequest) GetName() string
func (*RoleCreateRequest) GetPermissions ¶
func (x *RoleCreateRequest) GetPermissions() []string
func (*RoleCreateRequest) ProtoMessage ¶
func (*RoleCreateRequest) ProtoMessage()
func (*RoleCreateRequest) ProtoReflect ¶
func (x *RoleCreateRequest) ProtoReflect() protoreflect.Message
func (*RoleCreateRequest) Reset ¶
func (x *RoleCreateRequest) Reset()
func (*RoleCreateRequest) String ¶
func (x *RoleCreateRequest) String() string
type RoleCreateResponse ¶
type RoleCreateResponse struct { Role *Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
func (*RoleCreateResponse) Descriptor
deprecated
func (*RoleCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use RoleCreateResponse.ProtoReflect.Descriptor instead.
func (*RoleCreateResponse) GetRole ¶
func (x *RoleCreateResponse) GetRole() *Role
func (*RoleCreateResponse) ProtoMessage ¶
func (*RoleCreateResponse) ProtoMessage()
func (*RoleCreateResponse) ProtoReflect ¶
func (x *RoleCreateResponse) ProtoReflect() protoreflect.Message
func (*RoleCreateResponse) Reset ¶
func (x *RoleCreateResponse) Reset()
func (*RoleCreateResponse) String ¶
func (x *RoleCreateResponse) String() string
type RoleDeleteRequest ¶
type RoleDeleteRequest struct { Id *UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*RoleDeleteRequest) Descriptor
deprecated
func (*RoleDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use RoleDeleteRequest.ProtoReflect.Descriptor instead.
func (*RoleDeleteRequest) GetId ¶
func (x *RoleDeleteRequest) GetId() *UUID
func (*RoleDeleteRequest) ProtoMessage ¶
func (*RoleDeleteRequest) ProtoMessage()
func (*RoleDeleteRequest) ProtoReflect ¶
func (x *RoleDeleteRequest) ProtoReflect() protoreflect.Message
func (*RoleDeleteRequest) Reset ¶
func (x *RoleDeleteRequest) Reset()
func (*RoleDeleteRequest) String ¶
func (x *RoleDeleteRequest) String() string
type RoleDeleteResponse ¶
type RoleDeleteResponse struct {
// contains filtered or unexported fields
}
func (*RoleDeleteResponse) Descriptor
deprecated
func (*RoleDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use RoleDeleteResponse.ProtoReflect.Descriptor instead.
func (*RoleDeleteResponse) ProtoMessage ¶
func (*RoleDeleteResponse) ProtoMessage()
func (*RoleDeleteResponse) ProtoReflect ¶
func (x *RoleDeleteResponse) ProtoReflect() protoreflect.Message
func (*RoleDeleteResponse) Reset ¶
func (x *RoleDeleteResponse) Reset()
func (*RoleDeleteResponse) String ¶
func (x *RoleDeleteResponse) String() string
type RoleFindManyResponse ¶
type RoleFindManyResponse struct { Roles []*Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"` // contains filtered or unexported fields }
func (*RoleFindManyResponse) Descriptor
deprecated
func (*RoleFindManyResponse) Descriptor() ([]byte, []int)
Deprecated: Use RoleFindManyResponse.ProtoReflect.Descriptor instead.
func (*RoleFindManyResponse) GetRoles ¶
func (x *RoleFindManyResponse) GetRoles() []*Role
func (*RoleFindManyResponse) ProtoMessage ¶
func (*RoleFindManyResponse) ProtoMessage()
func (*RoleFindManyResponse) ProtoReflect ¶
func (x *RoleFindManyResponse) ProtoReflect() protoreflect.Message
func (*RoleFindManyResponse) Reset ¶
func (x *RoleFindManyResponse) Reset()
func (*RoleFindManyResponse) String ¶
func (x *RoleFindManyResponse) String() string
type RoleFindOneRequest ¶
type RoleFindOneRequest struct { Id *UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*RoleFindOneRequest) Descriptor
deprecated
func (*RoleFindOneRequest) Descriptor() ([]byte, []int)
Deprecated: Use RoleFindOneRequest.ProtoReflect.Descriptor instead.
func (*RoleFindOneRequest) GetId ¶
func (x *RoleFindOneRequest) GetId() *UUID
func (*RoleFindOneRequest) ProtoMessage ¶
func (*RoleFindOneRequest) ProtoMessage()
func (*RoleFindOneRequest) ProtoReflect ¶
func (x *RoleFindOneRequest) ProtoReflect() protoreflect.Message
func (*RoleFindOneRequest) Reset ¶
func (x *RoleFindOneRequest) Reset()
func (*RoleFindOneRequest) String ¶
func (x *RoleFindOneRequest) String() string
type RoleFindOneResponse ¶
type RoleFindOneResponse struct { Role *Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
func (*RoleFindOneResponse) Descriptor
deprecated
func (*RoleFindOneResponse) Descriptor() ([]byte, []int)
Deprecated: Use RoleFindOneResponse.ProtoReflect.Descriptor instead.
func (*RoleFindOneResponse) GetRole ¶
func (x *RoleFindOneResponse) GetRole() *Role
func (*RoleFindOneResponse) ProtoMessage ¶
func (*RoleFindOneResponse) ProtoMessage()
func (*RoleFindOneResponse) ProtoReflect ¶
func (x *RoleFindOneResponse) ProtoReflect() protoreflect.Message
func (*RoleFindOneResponse) Reset ¶
func (x *RoleFindOneResponse) Reset()
func (*RoleFindOneResponse) String ¶
func (x *RoleFindOneResponse) String() string
type RoleUpdateRequest ¶
type RoleUpdateRequest struct { Id *UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Permissions []string `protobuf:"bytes,3,rep,name=permissions,proto3" json:"permissions,omitempty"` // contains filtered or unexported fields }
func (*RoleUpdateRequest) Descriptor
deprecated
func (*RoleUpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use RoleUpdateRequest.ProtoReflect.Descriptor instead.
func (*RoleUpdateRequest) GetId ¶
func (x *RoleUpdateRequest) GetId() *UUID
func (*RoleUpdateRequest) GetName ¶
func (x *RoleUpdateRequest) GetName() string
func (*RoleUpdateRequest) GetPermissions ¶
func (x *RoleUpdateRequest) GetPermissions() []string
func (*RoleUpdateRequest) ProtoMessage ¶
func (*RoleUpdateRequest) ProtoMessage()
func (*RoleUpdateRequest) ProtoReflect ¶
func (x *RoleUpdateRequest) ProtoReflect() protoreflect.Message
func (*RoleUpdateRequest) Reset ¶
func (x *RoleUpdateRequest) Reset()
func (*RoleUpdateRequest) String ¶
func (x *RoleUpdateRequest) String() string
type RoleUpdateResponse ¶
type RoleUpdateResponse struct { Role *Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
func (*RoleUpdateResponse) Descriptor
deprecated
func (*RoleUpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use RoleUpdateResponse.ProtoReflect.Descriptor instead.
func (*RoleUpdateResponse) GetRole ¶
func (x *RoleUpdateResponse) GetRole() *Role
func (*RoleUpdateResponse) ProtoMessage ¶
func (*RoleUpdateResponse) ProtoMessage()
func (*RoleUpdateResponse) ProtoReflect ¶
func (x *RoleUpdateResponse) ProtoReflect() protoreflect.Message
func (*RoleUpdateResponse) Reset ¶
func (x *RoleUpdateResponse) Reset()
func (*RoleUpdateResponse) String ¶
func (x *RoleUpdateResponse) String() string
type Token ¶
type Token struct { UserId *UUID `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Type TokenType `protobuf:"varint,2,opt,name=type,proto3,enum=TokenType" json:"type,omitempty"` // contains filtered or unexported fields }
func (*Token) Descriptor
deprecated
func (*Token) ProtoMessage ¶
func (*Token) ProtoMessage()
func (*Token) ProtoReflect ¶
func (x *Token) ProtoReflect() protoreflect.Message
type TokenType ¶
type TokenType int32
func (TokenType) Descriptor ¶
func (TokenType) Descriptor() protoreflect.EnumDescriptor
func (TokenType) EnumDescriptor
deprecated
func (TokenType) Number ¶
func (x TokenType) Number() protoreflect.EnumNumber
func (TokenType) Type ¶
func (TokenType) Type() protoreflect.EnumType
type UUID ¶
type UUID struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*UUID) Descriptor
deprecated
func (*UUID) ProtoMessage ¶
func (*UUID) ProtoMessage()
func (*UUID) ProtoReflect ¶
func (x *UUID) ProtoReflect() protoreflect.Message
type User ¶
type User struct { Id *UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` DeletedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` Email string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"` Password string `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"` Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"` RoleId *UUID `protobuf:"bytes,8,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetCreatedAt ¶
func (*User) GetDeletedAt ¶
func (*User) GetPassword ¶
func (*User) GetUpdatedAt ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserCreateRequest ¶
type UserCreateRequest struct { // required Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` RoleId *UUID `protobuf:"bytes,4,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"` RoleName string `protobuf:"bytes,5,opt,name=role_name,json=roleName,proto3" json:"role_name,omitempty"` // contains filtered or unexported fields }
request object for the `/users` endpoint
func (*UserCreateRequest) Descriptor
deprecated
func (*UserCreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserCreateRequest.ProtoReflect.Descriptor instead.
func (*UserCreateRequest) GetEmail ¶
func (x *UserCreateRequest) GetEmail() string
func (*UserCreateRequest) GetName ¶
func (x *UserCreateRequest) GetName() string
func (*UserCreateRequest) GetPassword ¶
func (x *UserCreateRequest) GetPassword() string
func (*UserCreateRequest) GetRoleId ¶
func (x *UserCreateRequest) GetRoleId() *UUID
func (*UserCreateRequest) GetRoleName ¶
func (x *UserCreateRequest) GetRoleName() string
func (*UserCreateRequest) ProtoMessage ¶
func (*UserCreateRequest) ProtoMessage()
func (*UserCreateRequest) ProtoReflect ¶
func (x *UserCreateRequest) ProtoReflect() protoreflect.Message
func (*UserCreateRequest) Reset ¶
func (x *UserCreateRequest) Reset()
func (*UserCreateRequest) String ¶
func (x *UserCreateRequest) String() string
type UserCreateResponse ¶
type UserCreateResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*UserCreateResponse) Descriptor
deprecated
func (*UserCreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserCreateResponse.ProtoReflect.Descriptor instead.
func (*UserCreateResponse) GetUser ¶
func (x *UserCreateResponse) GetUser() *User
func (*UserCreateResponse) ProtoMessage ¶
func (*UserCreateResponse) ProtoMessage()
func (*UserCreateResponse) ProtoReflect ¶
func (x *UserCreateResponse) ProtoReflect() protoreflect.Message
func (*UserCreateResponse) Reset ¶
func (x *UserCreateResponse) Reset()
func (*UserCreateResponse) String ¶
func (x *UserCreateResponse) String() string
type UserDeleteRequest ¶
type UserDeleteRequest struct { UserId *UUID `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*UserDeleteRequest) Descriptor
deprecated
func (*UserDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserDeleteRequest.ProtoReflect.Descriptor instead.
func (*UserDeleteRequest) GetUserId ¶
func (x *UserDeleteRequest) GetUserId() *UUID
func (*UserDeleteRequest) ProtoMessage ¶
func (*UserDeleteRequest) ProtoMessage()
func (*UserDeleteRequest) ProtoReflect ¶
func (x *UserDeleteRequest) ProtoReflect() protoreflect.Message
func (*UserDeleteRequest) Reset ¶
func (x *UserDeleteRequest) Reset()
func (*UserDeleteRequest) String ¶
func (x *UserDeleteRequest) String() string
type UserDeleteResponse ¶
type UserDeleteResponse struct {
// contains filtered or unexported fields
}
func (*UserDeleteResponse) Descriptor
deprecated
func (*UserDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserDeleteResponse.ProtoReflect.Descriptor instead.
func (*UserDeleteResponse) ProtoMessage ¶
func (*UserDeleteResponse) ProtoMessage()
func (*UserDeleteResponse) ProtoReflect ¶
func (x *UserDeleteResponse) ProtoReflect() protoreflect.Message
func (*UserDeleteResponse) Reset ¶
func (x *UserDeleteResponse) Reset()
func (*UserDeleteResponse) String ¶
func (x *UserDeleteResponse) String() string
type UserFindManyResponse ¶
type UserFindManyResponse struct { Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` // contains filtered or unexported fields }
func (*UserFindManyResponse) Descriptor
deprecated
func (*UserFindManyResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserFindManyResponse.ProtoReflect.Descriptor instead.
func (*UserFindManyResponse) GetUsers ¶
func (x *UserFindManyResponse) GetUsers() []*User
func (*UserFindManyResponse) ProtoMessage ¶
func (*UserFindManyResponse) ProtoMessage()
func (*UserFindManyResponse) ProtoReflect ¶
func (x *UserFindManyResponse) ProtoReflect() protoreflect.Message
func (*UserFindManyResponse) Reset ¶
func (x *UserFindManyResponse) Reset()
func (*UserFindManyResponse) String ¶
func (x *UserFindManyResponse) String() string
type UserFindOneRequest ¶
type UserFindOneRequest struct { UserId *UUID `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*UserFindOneRequest) Descriptor
deprecated
func (*UserFindOneRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserFindOneRequest.ProtoReflect.Descriptor instead.
func (*UserFindOneRequest) GetUserId ¶
func (x *UserFindOneRequest) GetUserId() *UUID
func (*UserFindOneRequest) ProtoMessage ¶
func (*UserFindOneRequest) ProtoMessage()
func (*UserFindOneRequest) ProtoReflect ¶
func (x *UserFindOneRequest) ProtoReflect() protoreflect.Message
func (*UserFindOneRequest) Reset ¶
func (x *UserFindOneRequest) Reset()
func (*UserFindOneRequest) String ¶
func (x *UserFindOneRequest) String() string
type UserFindOneResponse ¶
type UserFindOneResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*UserFindOneResponse) Descriptor
deprecated
func (*UserFindOneResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserFindOneResponse.ProtoReflect.Descriptor instead.
func (*UserFindOneResponse) GetUser ¶
func (x *UserFindOneResponse) GetUser() *User
func (*UserFindOneResponse) ProtoMessage ¶
func (*UserFindOneResponse) ProtoMessage()
func (*UserFindOneResponse) ProtoReflect ¶
func (x *UserFindOneResponse) ProtoReflect() protoreflect.Message
func (*UserFindOneResponse) Reset ¶
func (x *UserFindOneResponse) Reset()
func (*UserFindOneResponse) String ¶
func (x *UserFindOneResponse) String() string
type UserSignInRequest ¶
type UserSignInRequest struct { Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*UserSignInRequest) Descriptor
deprecated
func (*UserSignInRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserSignInRequest.ProtoReflect.Descriptor instead.
func (*UserSignInRequest) GetPassword ¶
func (x *UserSignInRequest) GetPassword() string
func (*UserSignInRequest) GetUid ¶
func (x *UserSignInRequest) GetUid() string
func (*UserSignInRequest) ProtoMessage ¶
func (*UserSignInRequest) ProtoMessage()
func (*UserSignInRequest) ProtoReflect ¶
func (x *UserSignInRequest) ProtoReflect() protoreflect.Message
func (*UserSignInRequest) Reset ¶
func (x *UserSignInRequest) Reset()
func (*UserSignInRequest) String ¶
func (x *UserSignInRequest) String() string
type UserSignInResponse ¶
type UserSignInResponse struct { AccessToken string `protobuf:"bytes,2,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` RefreshToken string `protobuf:"bytes,3,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"` // contains filtered or unexported fields }
func (*UserSignInResponse) Descriptor
deprecated
func (*UserSignInResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserSignInResponse.ProtoReflect.Descriptor instead.
func (*UserSignInResponse) GetAccessToken ¶
func (x *UserSignInResponse) GetAccessToken() string
func (*UserSignInResponse) GetRefreshToken ¶
func (x *UserSignInResponse) GetRefreshToken() string
func (*UserSignInResponse) ProtoMessage ¶
func (*UserSignInResponse) ProtoMessage()
func (*UserSignInResponse) ProtoReflect ¶
func (x *UserSignInResponse) ProtoReflect() protoreflect.Message
func (*UserSignInResponse) Reset ¶
func (x *UserSignInResponse) Reset()
func (*UserSignInResponse) String ¶
func (x *UserSignInResponse) String() string
type UserUpdateRequest ¶
type UserUpdateRequest struct { UserId *UUID `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"` RoleId *UUID `protobuf:"bytes,5,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"` RoleName string `protobuf:"bytes,6,opt,name=role_name,json=roleName,proto3" json:"role_name,omitempty"` // contains filtered or unexported fields }
func (*UserUpdateRequest) Descriptor
deprecated
func (*UserUpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserUpdateRequest.ProtoReflect.Descriptor instead.
func (*UserUpdateRequest) GetEmail ¶
func (x *UserUpdateRequest) GetEmail() string
func (*UserUpdateRequest) GetName ¶
func (x *UserUpdateRequest) GetName() string
func (*UserUpdateRequest) GetPassword ¶
func (x *UserUpdateRequest) GetPassword() string
func (*UserUpdateRequest) GetRoleId ¶
func (x *UserUpdateRequest) GetRoleId() *UUID
func (*UserUpdateRequest) GetRoleName ¶
func (x *UserUpdateRequest) GetRoleName() string
func (*UserUpdateRequest) GetUserId ¶
func (x *UserUpdateRequest) GetUserId() *UUID
func (*UserUpdateRequest) ProtoMessage ¶
func (*UserUpdateRequest) ProtoMessage()
func (*UserUpdateRequest) ProtoReflect ¶
func (x *UserUpdateRequest) ProtoReflect() protoreflect.Message
func (*UserUpdateRequest) Reset ¶
func (x *UserUpdateRequest) Reset()
func (*UserUpdateRequest) String ¶
func (x *UserUpdateRequest) String() string
type UserUpdateResponse ¶
type UserUpdateResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*UserUpdateResponse) Descriptor
deprecated
func (*UserUpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserUpdateResponse.ProtoReflect.Descriptor instead.
func (*UserUpdateResponse) GetUser ¶
func (x *UserUpdateResponse) GetUser() *User
func (*UserUpdateResponse) ProtoMessage ¶
func (*UserUpdateResponse) ProtoMessage()
func (*UserUpdateResponse) ProtoReflect ¶
func (x *UserUpdateResponse) ProtoReflect() protoreflect.Message
func (*UserUpdateResponse) Reset ¶
func (x *UserUpdateResponse) Reset()
func (*UserUpdateResponse) String ¶
func (x *UserUpdateResponse) String() string