Documentation
¶
Index ¶
- Variables
- type AddUserRequest
- func (x *AddUserRequest) ClearData()
- func (x *AddUserRequest) ClearInfo()
- func (x *AddUserRequest) GetData() *structpb.Struct
- func (x *AddUserRequest) GetDisable() bool
- func (x *AddUserRequest) GetInfo() *structpb.Struct
- func (x *AddUserRequest) GetUsername() string
- func (x *AddUserRequest) HasData() bool
- func (x *AddUserRequest) HasInfo() bool
- func (*AddUserRequest) ProtoMessage()
- func (x *AddUserRequest) ProtoReflect() protoreflect.Message
- func (x *AddUserRequest) Reset()
- func (x *AddUserRequest) SetData(v *structpb.Struct)
- func (x *AddUserRequest) SetDisable(v bool)
- func (x *AddUserRequest) SetInfo(v *structpb.Struct)
- func (x *AddUserRequest) SetUsername(v string)
- func (x *AddUserRequest) String() string
- type AddUserRequest_builder
- type AddUserResponse
- func (x *AddUserResponse) ClearData()
- func (x *AddUserResponse) GetData() *User
- func (x *AddUserResponse) HasData() bool
- func (*AddUserResponse) ProtoMessage()
- func (x *AddUserResponse) ProtoReflect() protoreflect.Message
- func (x *AddUserResponse) Reset()
- func (x *AddUserResponse) SetData(v *User)
- func (x *AddUserResponse) String() string
- type AddUserResponse_builder
- type DeleteTagRequest
- type DeleteTagRequest_builder
- type DeleteTagResponse
- type DeleteTagResponse_builder
- type DeleteTagTypeRequest
- type DeleteTagTypeRequest_builder
- type DeleteTagTypeResponse
- type DeleteTagTypeResponse_builder
- type DeleteUserAuthRequest
- func (x *DeleteUserAuthRequest) GetAuthId() []uint64
- func (x *DeleteUserAuthRequest) GetUserId() []uint64
- func (*DeleteUserAuthRequest) ProtoMessage()
- func (x *DeleteUserAuthRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteUserAuthRequest) Reset()
- func (x *DeleteUserAuthRequest) SetAuthId(v []uint64)
- func (x *DeleteUserAuthRequest) SetUserId(v []uint64)
- func (x *DeleteUserAuthRequest) String() string
- type DeleteUserAuthRequest_builder
- type DeleteUserAuthResponse
- type DeleteUserAuthResponse_builder
- type DeleteUserRequest
- type DeleteUserRequest_builder
- type DeleteUserResponse
- type DeleteUserResponse_builder
- type DeleteUserTagRequest
- func (x *DeleteUserTagRequest) GetTagId() uint64
- func (x *DeleteUserTagRequest) GetUserId() uint64
- func (*DeleteUserTagRequest) ProtoMessage()
- func (x *DeleteUserTagRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteUserTagRequest) Reset()
- func (x *DeleteUserTagRequest) SetTagId(v uint64)
- func (x *DeleteUserTagRequest) SetUserId(v uint64)
- func (x *DeleteUserTagRequest) String() string
- type DeleteUserTagRequest_builder
- type DeleteUserTagResponse
- type DeleteUserTagResponse_builder
- type GetTagRequest
- type GetTagRequest_builder
- type GetTagResponse
- func (x *GetTagResponse) GetTag() []*v1.Tag
- func (x *GetTagResponse) GetType() []*v1.Type
- func (*GetTagResponse) ProtoMessage()
- func (x *GetTagResponse) ProtoReflect() protoreflect.Message
- func (x *GetTagResponse) Reset()
- func (x *GetTagResponse) SetTag(v []*v1.Tag)
- func (x *GetTagResponse) SetType(v []*v1.Type)
- func (x *GetTagResponse) String() string
- type GetTagResponse_builder
- type ListUserRequest
- func (x *ListUserRequest) ClearData()
- func (x *ListUserRequest) ClearDisable()
- func (x *ListUserRequest) ClearInfo()
- func (x *ListUserRequest) ClearPagination()
- func (x *ListUserRequest) GetData() *structpb.Struct
- func (x *ListUserRequest) GetDisable() bool
- func (x *ListUserRequest) GetId() []uint64
- func (x *ListUserRequest) GetInfo() *structpb.Struct
- func (x *ListUserRequest) GetPagination() *v1.Pagination
- func (x *ListUserRequest) GetSort() []*v1.Sort
- func (x *ListUserRequest) GetTagId() []uint64
- func (x *ListUserRequest) GetUsername() []string
- func (x *ListUserRequest) HasData() bool
- func (x *ListUserRequest) HasDisable() bool
- func (x *ListUserRequest) HasInfo() bool
- func (x *ListUserRequest) HasPagination() bool
- func (*ListUserRequest) ProtoMessage()
- func (x *ListUserRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserRequest) Reset()
- func (x *ListUserRequest) SetData(v *structpb.Struct)
- func (x *ListUserRequest) SetDisable(v bool)
- func (x *ListUserRequest) SetId(v []uint64)
- func (x *ListUserRequest) SetInfo(v *structpb.Struct)
- func (x *ListUserRequest) SetPagination(v *v1.Pagination)
- func (x *ListUserRequest) SetSort(v []*v1.Sort)
- func (x *ListUserRequest) SetTagId(v []uint64)
- func (x *ListUserRequest) SetUsername(v []string)
- func (x *ListUserRequest) String() string
- type ListUserRequest_builder
- type ListUserResponse
- func (x *ListUserResponse) GetCount() int64
- func (x *ListUserResponse) GetData() []*UserDetail
- func (*ListUserResponse) ProtoMessage()
- func (x *ListUserResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserResponse) Reset()
- func (x *ListUserResponse) SetCount(v int64)
- func (x *ListUserResponse) SetData(v []*UserDetail)
- func (x *ListUserResponse) String() string
- type ListUserResponse_builder
- type SetTagRequest
- func (x *SetTagRequest) ClearData()
- func (x *SetTagRequest) ClearId()
- func (x *SetTagRequest) ClearInfo()
- func (x *SetTagRequest) ClearParentId()
- func (x *SetTagRequest) ClearTypeId()
- func (x *SetTagRequest) GetData() *structpb.Struct
- func (x *SetTagRequest) GetId() uint64
- func (x *SetTagRequest) GetInfo() *structpb.Struct
- func (x *SetTagRequest) GetParentId() uint64
- func (x *SetTagRequest) GetTypeId() uint64
- func (x *SetTagRequest) HasData() bool
- func (x *SetTagRequest) HasId() bool
- func (x *SetTagRequest) HasInfo() bool
- func (x *SetTagRequest) HasParentId() bool
- func (x *SetTagRequest) HasTypeId() bool
- func (*SetTagRequest) ProtoMessage()
- func (x *SetTagRequest) ProtoReflect() protoreflect.Message
- func (x *SetTagRequest) Reset()
- func (x *SetTagRequest) SetData(v *structpb.Struct)
- func (x *SetTagRequest) SetId(v uint64)
- func (x *SetTagRequest) SetInfo(v *structpb.Struct)
- func (x *SetTagRequest) SetParentId(v uint64)
- func (x *SetTagRequest) SetTypeId(v uint64)
- func (x *SetTagRequest) String() string
- type SetTagRequest_builder
- type SetTagResponse
- type SetTagResponse_builder
- type SetTagTypeRequest
- func (x *SetTagTypeRequest) ClearExclusive()
- func (x *SetTagTypeRequest) ClearId()
- func (x *SetTagTypeRequest) ClearInfo()
- func (x *SetTagTypeRequest) ClearInherit()
- func (x *SetTagTypeRequest) GetExclusive() bool
- func (x *SetTagTypeRequest) GetId() uint64
- func (x *SetTagTypeRequest) GetInfo() *structpb.Struct
- func (x *SetTagTypeRequest) GetInherit() bool
- func (x *SetTagTypeRequest) HasExclusive() bool
- func (x *SetTagTypeRequest) HasId() bool
- func (x *SetTagTypeRequest) HasInfo() bool
- func (x *SetTagTypeRequest) HasInherit() bool
- func (*SetTagTypeRequest) ProtoMessage()
- func (x *SetTagTypeRequest) ProtoReflect() protoreflect.Message
- func (x *SetTagTypeRequest) Reset()
- func (x *SetTagTypeRequest) SetExclusive(v bool)
- func (x *SetTagTypeRequest) SetId(v uint64)
- func (x *SetTagTypeRequest) SetInfo(v *structpb.Struct)
- func (x *SetTagTypeRequest) SetInherit(v bool)
- func (x *SetTagTypeRequest) String() string
- type SetTagTypeRequest_builder
- type SetTagTypeResponse
- type SetTagTypeResponse_builder
- type SetUserAuthRequest
- func (x *SetUserAuthRequest) ClearData()
- func (x *SetUserAuthRequest) ClearInfo()
- func (x *SetUserAuthRequest) GetAuthId() uint64
- func (x *SetUserAuthRequest) GetData() *structpb.Struct
- func (x *SetUserAuthRequest) GetInfo() *structpb.Struct
- func (x *SetUserAuthRequest) GetUserId() uint64
- func (x *SetUserAuthRequest) HasData() bool
- func (x *SetUserAuthRequest) HasInfo() bool
- func (*SetUserAuthRequest) ProtoMessage()
- func (x *SetUserAuthRequest) ProtoReflect() protoreflect.Message
- func (x *SetUserAuthRequest) Reset()
- func (x *SetUserAuthRequest) SetAuthId(v uint64)
- func (x *SetUserAuthRequest) SetData(v *structpb.Struct)
- func (x *SetUserAuthRequest) SetInfo(v *structpb.Struct)
- func (x *SetUserAuthRequest) SetUserId(v uint64)
- func (x *SetUserAuthRequest) String() string
- type SetUserAuthRequest_builder
- type SetUserAuthResponse
- func (x *SetUserAuthResponse) ClearData()
- func (x *SetUserAuthResponse) GetData() *UserAuth
- func (x *SetUserAuthResponse) HasData() bool
- func (*SetUserAuthResponse) ProtoMessage()
- func (x *SetUserAuthResponse) ProtoReflect() protoreflect.Message
- func (x *SetUserAuthResponse) Reset()
- func (x *SetUserAuthResponse) SetData(v *UserAuth)
- func (x *SetUserAuthResponse) String() string
- type SetUserAuthResponse_builder
- type SetUserInfoRequest
- func (x *SetUserInfoRequest) ClearInfo()
- func (x *SetUserInfoRequest) GetId() uint64
- func (x *SetUserInfoRequest) GetInfo() *structpb.Struct
- func (x *SetUserInfoRequest) HasInfo() bool
- func (*SetUserInfoRequest) ProtoMessage()
- func (x *SetUserInfoRequest) ProtoReflect() protoreflect.Message
- func (x *SetUserInfoRequest) Reset()
- func (x *SetUserInfoRequest) SetId(v uint64)
- func (x *SetUserInfoRequest) SetInfo(v *structpb.Struct)
- func (x *SetUserInfoRequest) String() string
- type SetUserInfoRequest_builder
- type SetUserInfoResponse
- func (x *SetUserInfoResponse) ClearData()
- func (x *SetUserInfoResponse) GetData() *User
- func (x *SetUserInfoResponse) HasData() bool
- func (*SetUserInfoResponse) ProtoMessage()
- func (x *SetUserInfoResponse) ProtoReflect() protoreflect.Message
- func (x *SetUserInfoResponse) Reset()
- func (x *SetUserInfoResponse) SetData(v *User)
- func (x *SetUserInfoResponse) String() string
- type SetUserInfoResponse_builder
- type SetUserRequest
- func (x *SetUserRequest) ClearData()
- func (x *SetUserRequest) ClearDisable()
- func (x *SetUserRequest) GetData() *structpb.Struct
- func (x *SetUserRequest) GetDisable() bool
- func (x *SetUserRequest) GetId() uint64
- func (x *SetUserRequest) HasData() bool
- func (x *SetUserRequest) HasDisable() bool
- func (*SetUserRequest) ProtoMessage()
- func (x *SetUserRequest) ProtoReflect() protoreflect.Message
- func (x *SetUserRequest) Reset()
- func (x *SetUserRequest) SetData(v *structpb.Struct)
- func (x *SetUserRequest) SetDisable(v bool)
- func (x *SetUserRequest) SetId(v uint64)
- func (x *SetUserRequest) String() string
- type SetUserRequest_builder
- type SetUserResponse
- func (x *SetUserResponse) ClearData()
- func (x *SetUserResponse) GetData() *User
- func (x *SetUserResponse) HasData() bool
- func (*SetUserResponse) ProtoMessage()
- func (x *SetUserResponse) ProtoReflect() protoreflect.Message
- func (x *SetUserResponse) Reset()
- func (x *SetUserResponse) SetData(v *User)
- func (x *SetUserResponse) String() string
- type SetUserResponse_builder
- type SetUserTagRequest
- func (x *SetUserTagRequest) ClearData()
- func (x *SetUserTagRequest) GetData() *structpb.Struct
- func (x *SetUserTagRequest) GetTagId() uint64
- func (x *SetUserTagRequest) GetUserId() uint64
- func (x *SetUserTagRequest) HasData() bool
- func (*SetUserTagRequest) ProtoMessage()
- func (x *SetUserTagRequest) ProtoReflect() protoreflect.Message
- func (x *SetUserTagRequest) Reset()
- func (x *SetUserTagRequest) SetData(v *structpb.Struct)
- func (x *SetUserTagRequest) SetTagId(v uint64)
- func (x *SetUserTagRequest) SetUserId(v uint64)
- func (x *SetUserTagRequest) String() string
- type SetUserTagRequest_builder
- type SetUserTagResponse
- type SetUserTagResponse_builder
- type User
- func (x *User) ClearCreatedAt()
- func (x *User) ClearData()
- func (x *User) ClearDeletedAt()
- func (x *User) ClearInfo()
- func (x *User) ClearUpdatedAt()
- func (x *User) GetCreatedAt() *v1.Time
- func (x *User) GetData() *structpb.Struct
- func (x *User) GetDeletedAt() *v1.Time
- func (x *User) GetDisable() bool
- func (x *User) GetId() uint64
- func (x *User) GetInfo() *structpb.Struct
- func (x *User) GetUpdatedAt() *v1.Time
- func (x *User) GetUsername() string
- func (x *User) HasCreatedAt() bool
- func (x *User) HasData() bool
- func (x *User) HasDeletedAt() bool
- func (x *User) HasInfo() bool
- func (x *User) HasUpdatedAt() bool
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) SetCreatedAt(v *v1.Time)
- func (x *User) SetData(v *structpb.Struct)
- func (x *User) SetDeletedAt(v *v1.Time)
- func (x *User) SetDisable(v bool)
- func (x *User) SetId(v uint64)
- func (x *User) SetInfo(v *structpb.Struct)
- func (x *User) SetUpdatedAt(v *v1.Time)
- func (x *User) SetUsername(v string)
- func (x *User) String() string
- type UserAuth
- func (x *UserAuth) ClearCreatedAt()
- func (x *UserAuth) ClearData()
- func (x *UserAuth) ClearDeletedAt()
- func (x *UserAuth) ClearInfo()
- func (x *UserAuth) ClearUpdatedAt()
- func (x *UserAuth) GetAuthId() uint64
- func (x *UserAuth) GetCreatedAt() *v1.Time
- func (x *UserAuth) GetData() *structpb.Struct
- func (x *UserAuth) GetDeletedAt() *v1.Time
- func (x *UserAuth) GetInfo() *structpb.Struct
- func (x *UserAuth) GetUpdatedAt() *v1.Time
- func (x *UserAuth) GetUserId() uint64
- func (x *UserAuth) HasCreatedAt() bool
- func (x *UserAuth) HasData() bool
- func (x *UserAuth) HasDeletedAt() bool
- func (x *UserAuth) HasInfo() bool
- func (x *UserAuth) HasUpdatedAt() bool
- func (*UserAuth) ProtoMessage()
- func (x *UserAuth) ProtoReflect() protoreflect.Message
- func (x *UserAuth) Reset()
- func (x *UserAuth) SetAuthId(v uint64)
- func (x *UserAuth) SetCreatedAt(v *v1.Time)
- func (x *UserAuth) SetData(v *structpb.Struct)
- func (x *UserAuth) SetDeletedAt(v *v1.Time)
- func (x *UserAuth) SetInfo(v *structpb.Struct)
- func (x *UserAuth) SetUpdatedAt(v *v1.Time)
- func (x *UserAuth) SetUserId(v uint64)
- func (x *UserAuth) String() string
- type UserAuth_builder
- type UserDetail
- func (x *UserDetail) ClearUser()
- func (x *UserDetail) GetUser() *User
- func (x *UserDetail) GetUserAuth() []*UserAuth
- func (x *UserDetail) GetUserTag() []*UserTag
- func (x *UserDetail) HasUser() bool
- func (*UserDetail) ProtoMessage()
- func (x *UserDetail) ProtoReflect() protoreflect.Message
- func (x *UserDetail) Reset()
- func (x *UserDetail) SetUser(v *User)
- func (x *UserDetail) SetUserAuth(v []*UserAuth)
- func (x *UserDetail) SetUserTag(v []*UserTag)
- func (x *UserDetail) String() string
- type UserDetail_builder
- type UserTag
- func (x *UserTag) ClearCreatedAt()
- func (x *UserTag) ClearData()
- func (x *UserTag) ClearUpdatedAt()
- func (x *UserTag) GetCreatedAt() *v1.Time
- func (x *UserTag) GetData() *structpb.Struct
- func (x *UserTag) GetSourceId() uint64
- func (x *UserTag) GetTagId() uint64
- func (x *UserTag) GetUpdatedAt() *v1.Time
- func (x *UserTag) GetUserId() uint64
- func (x *UserTag) HasCreatedAt() bool
- func (x *UserTag) HasData() bool
- func (x *UserTag) HasUpdatedAt() bool
- func (*UserTag) ProtoMessage()
- func (x *UserTag) ProtoReflect() protoreflect.Message
- func (x *UserTag) Reset()
- func (x *UserTag) SetCreatedAt(v *v1.Time)
- func (x *UserTag) SetData(v *structpb.Struct)
- func (x *UserTag) SetSourceId(v uint64)
- func (x *UserTag) SetTagId(v uint64)
- func (x *UserTag) SetUpdatedAt(v *v1.Time)
- func (x *UserTag) SetUserId(v uint64)
- func (x *UserTag) String() string
- type UserTag_builder
- type User_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_user_v1_service_base_proto protoreflect.FileDescriptor
View Source
var File_user_v1_service_tag_proto protoreflect.FileDescriptor
View Source
var File_user_v1_user_auth_proto protoreflect.FileDescriptor
View Source
var File_user_v1_user_proto protoreflect.FileDescriptor
View Source
var File_user_v1_user_tag_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AddUserRequest ¶
type AddUserRequest struct {
Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
Disable bool `protobuf:"varint,2,opt,name=disable,proto3" json:"disable,omitempty"`
Data *structpb.Struct `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
Info *structpb.Struct `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
// contains filtered or unexported fields
}
func (*AddUserRequest) ClearData ¶
func (x *AddUserRequest) ClearData()
func (*AddUserRequest) ClearInfo ¶
func (x *AddUserRequest) ClearInfo()
func (*AddUserRequest) GetData ¶
func (x *AddUserRequest) GetData() *structpb.Struct
func (*AddUserRequest) GetDisable ¶
func (x *AddUserRequest) GetDisable() bool
func (*AddUserRequest) GetInfo ¶
func (x *AddUserRequest) GetInfo() *structpb.Struct
func (*AddUserRequest) GetUsername ¶
func (x *AddUserRequest) GetUsername() string
func (*AddUserRequest) HasData ¶
func (x *AddUserRequest) HasData() bool
func (*AddUserRequest) HasInfo ¶
func (x *AddUserRequest) HasInfo() bool
func (*AddUserRequest) ProtoMessage ¶
func (*AddUserRequest) ProtoMessage()
func (*AddUserRequest) ProtoReflect ¶
func (x *AddUserRequest) ProtoReflect() protoreflect.Message
func (*AddUserRequest) Reset ¶
func (x *AddUserRequest) Reset()
func (*AddUserRequest) SetData ¶
func (x *AddUserRequest) SetData(v *structpb.Struct)
func (*AddUserRequest) SetDisable ¶
func (x *AddUserRequest) SetDisable(v bool)
func (*AddUserRequest) SetInfo ¶
func (x *AddUserRequest) SetInfo(v *structpb.Struct)
func (*AddUserRequest) SetUsername ¶
func (x *AddUserRequest) SetUsername(v string)
func (*AddUserRequest) String ¶
func (x *AddUserRequest) String() string
type AddUserRequest_builder ¶
type AddUserRequest_builder struct {
Username string
Disable bool
Data *structpb.Struct
Info *structpb.Struct
// contains filtered or unexported fields
}
func (AddUserRequest_builder) Build ¶
func (b0 AddUserRequest_builder) Build() *AddUserRequest
type AddUserResponse ¶
type AddUserResponse struct {
Data *User `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*AddUserResponse) ClearData ¶
func (x *AddUserResponse) ClearData()
func (*AddUserResponse) GetData ¶
func (x *AddUserResponse) GetData() *User
func (*AddUserResponse) HasData ¶
func (x *AddUserResponse) HasData() bool
func (*AddUserResponse) ProtoMessage ¶
func (*AddUserResponse) ProtoMessage()
func (*AddUserResponse) ProtoReflect ¶
func (x *AddUserResponse) ProtoReflect() protoreflect.Message
func (*AddUserResponse) Reset ¶
func (x *AddUserResponse) Reset()
func (*AddUserResponse) SetData ¶
func (x *AddUserResponse) SetData(v *User)
func (*AddUserResponse) String ¶
func (x *AddUserResponse) String() string
type AddUserResponse_builder ¶
type AddUserResponse_builder struct {
Data *User
// contains filtered or unexported fields
}
func (AddUserResponse_builder) Build ¶
func (b0 AddUserResponse_builder) Build() *AddUserResponse
type DeleteTagRequest ¶
type DeleteTagRequest struct {
Id []uint64 `protobuf:"fixed64,1,rep,packed,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteTagRequest) GetId ¶
func (x *DeleteTagRequest) GetId() []uint64
func (*DeleteTagRequest) ProtoMessage ¶
func (*DeleteTagRequest) ProtoMessage()
func (*DeleteTagRequest) ProtoReflect ¶
func (x *DeleteTagRequest) ProtoReflect() protoreflect.Message
func (*DeleteTagRequest) Reset ¶
func (x *DeleteTagRequest) Reset()
func (*DeleteTagRequest) SetId ¶
func (x *DeleteTagRequest) SetId(v []uint64)
func (*DeleteTagRequest) String ¶
func (x *DeleteTagRequest) String() string
type DeleteTagRequest_builder ¶
type DeleteTagRequest_builder struct {
Id []uint64
// contains filtered or unexported fields
}
func (DeleteTagRequest_builder) Build ¶
func (b0 DeleteTagRequest_builder) Build() *DeleteTagRequest
type DeleteTagResponse ¶
type DeleteTagResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTagResponse) ProtoMessage ¶
func (*DeleteTagResponse) ProtoMessage()
func (*DeleteTagResponse) ProtoReflect ¶
func (x *DeleteTagResponse) ProtoReflect() protoreflect.Message
func (*DeleteTagResponse) Reset ¶
func (x *DeleteTagResponse) Reset()
func (*DeleteTagResponse) String ¶
func (x *DeleteTagResponse) String() string
type DeleteTagResponse_builder ¶
type DeleteTagResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteTagResponse_builder) Build ¶
func (b0 DeleteTagResponse_builder) Build() *DeleteTagResponse
type DeleteTagTypeRequest ¶
type DeleteTagTypeRequest struct {
Id []uint64 `protobuf:"fixed64,1,rep,packed,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteTagTypeRequest) GetId ¶
func (x *DeleteTagTypeRequest) GetId() []uint64
func (*DeleteTagTypeRequest) ProtoMessage ¶
func (*DeleteTagTypeRequest) ProtoMessage()
func (*DeleteTagTypeRequest) ProtoReflect ¶
func (x *DeleteTagTypeRequest) ProtoReflect() protoreflect.Message
func (*DeleteTagTypeRequest) Reset ¶
func (x *DeleteTagTypeRequest) Reset()
func (*DeleteTagTypeRequest) SetId ¶
func (x *DeleteTagTypeRequest) SetId(v []uint64)
func (*DeleteTagTypeRequest) String ¶
func (x *DeleteTagTypeRequest) String() string
type DeleteTagTypeRequest_builder ¶
type DeleteTagTypeRequest_builder struct {
Id []uint64
// contains filtered or unexported fields
}
func (DeleteTagTypeRequest_builder) Build ¶
func (b0 DeleteTagTypeRequest_builder) Build() *DeleteTagTypeRequest
type DeleteTagTypeResponse ¶
type DeleteTagTypeResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTagTypeResponse) ProtoMessage ¶
func (*DeleteTagTypeResponse) ProtoMessage()
func (*DeleteTagTypeResponse) ProtoReflect ¶
func (x *DeleteTagTypeResponse) ProtoReflect() protoreflect.Message
func (*DeleteTagTypeResponse) Reset ¶
func (x *DeleteTagTypeResponse) Reset()
func (*DeleteTagTypeResponse) String ¶
func (x *DeleteTagTypeResponse) String() string
type DeleteTagTypeResponse_builder ¶
type DeleteTagTypeResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteTagTypeResponse_builder) Build ¶
func (b0 DeleteTagTypeResponse_builder) Build() *DeleteTagTypeResponse
type DeleteUserAuthRequest ¶
type DeleteUserAuthRequest struct {
UserId []uint64 `protobuf:"fixed64,1,rep,packed,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
AuthId []uint64 `protobuf:"fixed64,2,rep,packed,name=auth_id,json=authId,proto3" json:"auth_id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteUserAuthRequest) GetAuthId ¶
func (x *DeleteUserAuthRequest) GetAuthId() []uint64
func (*DeleteUserAuthRequest) GetUserId ¶
func (x *DeleteUserAuthRequest) GetUserId() []uint64
func (*DeleteUserAuthRequest) ProtoMessage ¶
func (*DeleteUserAuthRequest) ProtoMessage()
func (*DeleteUserAuthRequest) ProtoReflect ¶
func (x *DeleteUserAuthRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserAuthRequest) Reset ¶
func (x *DeleteUserAuthRequest) Reset()
func (*DeleteUserAuthRequest) SetAuthId ¶
func (x *DeleteUserAuthRequest) SetAuthId(v []uint64)
func (*DeleteUserAuthRequest) SetUserId ¶
func (x *DeleteUserAuthRequest) SetUserId(v []uint64)
func (*DeleteUserAuthRequest) String ¶
func (x *DeleteUserAuthRequest) String() string
type DeleteUserAuthRequest_builder ¶
type DeleteUserAuthRequest_builder struct {
UserId []uint64
AuthId []uint64
// contains filtered or unexported fields
}
func (DeleteUserAuthRequest_builder) Build ¶
func (b0 DeleteUserAuthRequest_builder) Build() *DeleteUserAuthRequest
type DeleteUserAuthResponse ¶
type DeleteUserAuthResponse struct {
// contains filtered or unexported fields
}
func (*DeleteUserAuthResponse) ProtoMessage ¶
func (*DeleteUserAuthResponse) ProtoMessage()
func (*DeleteUserAuthResponse) ProtoReflect ¶
func (x *DeleteUserAuthResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserAuthResponse) Reset ¶
func (x *DeleteUserAuthResponse) Reset()
func (*DeleteUserAuthResponse) String ¶
func (x *DeleteUserAuthResponse) String() string
type DeleteUserAuthResponse_builder ¶
type DeleteUserAuthResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteUserAuthResponse_builder) Build ¶
func (b0 DeleteUserAuthResponse_builder) Build() *DeleteUserAuthResponse
type DeleteUserRequest ¶
type DeleteUserRequest struct {
Id []uint64 `protobuf:"fixed64,1,rep,packed,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteUserRequest) GetId ¶
func (x *DeleteUserRequest) GetId() []uint64
func (*DeleteUserRequest) ProtoMessage ¶
func (*DeleteUserRequest) ProtoMessage()
func (*DeleteUserRequest) ProtoReflect ¶
func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserRequest) Reset ¶
func (x *DeleteUserRequest) Reset()
func (*DeleteUserRequest) SetId ¶
func (x *DeleteUserRequest) SetId(v []uint64)
func (*DeleteUserRequest) String ¶
func (x *DeleteUserRequest) String() string
type DeleteUserRequest_builder ¶
type DeleteUserRequest_builder struct {
Id []uint64
// contains filtered or unexported fields
}
func (DeleteUserRequest_builder) Build ¶
func (b0 DeleteUserRequest_builder) Build() *DeleteUserRequest
type DeleteUserResponse ¶
type DeleteUserResponse struct {
// contains filtered or unexported fields
}
func (*DeleteUserResponse) ProtoMessage ¶
func (*DeleteUserResponse) ProtoMessage()
func (*DeleteUserResponse) ProtoReflect ¶
func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserResponse) Reset ¶
func (x *DeleteUserResponse) Reset()
func (*DeleteUserResponse) String ¶
func (x *DeleteUserResponse) String() string
type DeleteUserResponse_builder ¶
type DeleteUserResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteUserResponse_builder) Build ¶
func (b0 DeleteUserResponse_builder) Build() *DeleteUserResponse
type DeleteUserTagRequest ¶
type DeleteUserTagRequest struct {
UserId uint64 `protobuf:"fixed64,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
TagId uint64 `protobuf:"fixed64,2,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteUserTagRequest) GetTagId ¶
func (x *DeleteUserTagRequest) GetTagId() uint64
func (*DeleteUserTagRequest) GetUserId ¶
func (x *DeleteUserTagRequest) GetUserId() uint64
func (*DeleteUserTagRequest) ProtoMessage ¶
func (*DeleteUserTagRequest) ProtoMessage()
func (*DeleteUserTagRequest) ProtoReflect ¶
func (x *DeleteUserTagRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserTagRequest) Reset ¶
func (x *DeleteUserTagRequest) Reset()
func (*DeleteUserTagRequest) SetTagId ¶
func (x *DeleteUserTagRequest) SetTagId(v uint64)
func (*DeleteUserTagRequest) SetUserId ¶
func (x *DeleteUserTagRequest) SetUserId(v uint64)
func (*DeleteUserTagRequest) String ¶
func (x *DeleteUserTagRequest) String() string
type DeleteUserTagRequest_builder ¶
type DeleteUserTagRequest_builder struct {
UserId uint64
TagId uint64
// contains filtered or unexported fields
}
func (DeleteUserTagRequest_builder) Build ¶
func (b0 DeleteUserTagRequest_builder) Build() *DeleteUserTagRequest
type DeleteUserTagResponse ¶
type DeleteUserTagResponse struct {
// contains filtered or unexported fields
}
func (*DeleteUserTagResponse) ProtoMessage ¶
func (*DeleteUserTagResponse) ProtoMessage()
func (*DeleteUserTagResponse) ProtoReflect ¶
func (x *DeleteUserTagResponse) ProtoReflect() protoreflect.Message
func (*DeleteUserTagResponse) Reset ¶
func (x *DeleteUserTagResponse) Reset()
func (*DeleteUserTagResponse) String ¶
func (x *DeleteUserTagResponse) String() string
type DeleteUserTagResponse_builder ¶
type DeleteUserTagResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteUserTagResponse_builder) Build ¶
func (b0 DeleteUserTagResponse_builder) Build() *DeleteUserTagResponse
type GetTagRequest ¶
type GetTagRequest struct {
// contains filtered or unexported fields
}
func (*GetTagRequest) ProtoMessage ¶
func (*GetTagRequest) ProtoMessage()
func (*GetTagRequest) ProtoReflect ¶
func (x *GetTagRequest) ProtoReflect() protoreflect.Message
func (*GetTagRequest) Reset ¶
func (x *GetTagRequest) Reset()
func (*GetTagRequest) String ¶
func (x *GetTagRequest) String() string
type GetTagRequest_builder ¶
type GetTagRequest_builder struct {
// contains filtered or unexported fields
}
func (GetTagRequest_builder) Build ¶
func (b0 GetTagRequest_builder) Build() *GetTagRequest
type GetTagResponse ¶
type GetTagResponse struct {
Type []*v1.Type `protobuf:"bytes,1,rep,name=type,proto3" json:"type,omitempty"`
Tag []*v1.Tag `protobuf:"bytes,2,rep,name=tag,proto3" json:"tag,omitempty"`
// contains filtered or unexported fields
}
func (*GetTagResponse) GetTag ¶
func (x *GetTagResponse) GetTag() []*v1.Tag
func (*GetTagResponse) GetType ¶
func (x *GetTagResponse) GetType() []*v1.Type
func (*GetTagResponse) ProtoMessage ¶
func (*GetTagResponse) ProtoMessage()
func (*GetTagResponse) ProtoReflect ¶
func (x *GetTagResponse) ProtoReflect() protoreflect.Message
func (*GetTagResponse) Reset ¶
func (x *GetTagResponse) Reset()
func (*GetTagResponse) SetTag ¶
func (x *GetTagResponse) SetTag(v []*v1.Tag)
func (*GetTagResponse) SetType ¶
func (x *GetTagResponse) SetType(v []*v1.Type)
func (*GetTagResponse) String ¶
func (x *GetTagResponse) String() string
type GetTagResponse_builder ¶
type GetTagResponse_builder struct {
Type []*v1.Type
Tag []*v1.Tag
// contains filtered or unexported fields
}
func (GetTagResponse_builder) Build ¶
func (b0 GetTagResponse_builder) Build() *GetTagResponse
type ListUserRequest ¶
type ListUserRequest struct {
Pagination *v1.Pagination `protobuf:"bytes,1,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"`
Sort []*v1.Sort `protobuf:"bytes,2,rep,name=sort,proto3" json:"sort,omitempty"`
Id []uint64 `protobuf:"fixed64,3,rep,packed,name=id,proto3" json:"id,omitempty"`
Username []string `protobuf:"bytes,4,rep,name=username,proto3" json:"username,omitempty"`
Disable *bool `protobuf:"varint,5,opt,name=disable,proto3,oneof" json:"disable,omitempty"`
Data *structpb.Struct `protobuf:"bytes,6,opt,name=data,proto3,oneof" json:"data,omitempty"`
Info *structpb.Struct `protobuf:"bytes,7,opt,name=info,proto3,oneof" json:"info,omitempty"`
TagId []uint64 `protobuf:"fixed64,8,rep,packed,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
// contains filtered or unexported fields
}
func (*ListUserRequest) ClearData ¶
func (x *ListUserRequest) ClearData()
func (*ListUserRequest) ClearDisable ¶
func (x *ListUserRequest) ClearDisable()
func (*ListUserRequest) ClearInfo ¶
func (x *ListUserRequest) ClearInfo()
func (*ListUserRequest) ClearPagination ¶
func (x *ListUserRequest) ClearPagination()
func (*ListUserRequest) GetData ¶
func (x *ListUserRequest) GetData() *structpb.Struct
func (*ListUserRequest) GetDisable ¶
func (x *ListUserRequest) GetDisable() bool
func (*ListUserRequest) GetId ¶
func (x *ListUserRequest) GetId() []uint64
func (*ListUserRequest) GetInfo ¶
func (x *ListUserRequest) GetInfo() *structpb.Struct
func (*ListUserRequest) GetPagination ¶
func (x *ListUserRequest) GetPagination() *v1.Pagination
func (*ListUserRequest) GetSort ¶
func (x *ListUserRequest) GetSort() []*v1.Sort
func (*ListUserRequest) GetTagId ¶
func (x *ListUserRequest) GetTagId() []uint64
func (*ListUserRequest) GetUsername ¶
func (x *ListUserRequest) GetUsername() []string
func (*ListUserRequest) HasData ¶
func (x *ListUserRequest) HasData() bool
func (*ListUserRequest) HasDisable ¶
func (x *ListUserRequest) HasDisable() bool
func (*ListUserRequest) HasInfo ¶
func (x *ListUserRequest) HasInfo() bool
func (*ListUserRequest) HasPagination ¶
func (x *ListUserRequest) HasPagination() bool
func (*ListUserRequest) ProtoMessage ¶
func (*ListUserRequest) ProtoMessage()
func (*ListUserRequest) ProtoReflect ¶
func (x *ListUserRequest) ProtoReflect() protoreflect.Message
func (*ListUserRequest) Reset ¶
func (x *ListUserRequest) Reset()
func (*ListUserRequest) SetData ¶
func (x *ListUserRequest) SetData(v *structpb.Struct)
func (*ListUserRequest) SetDisable ¶
func (x *ListUserRequest) SetDisable(v bool)
func (*ListUserRequest) SetId ¶
func (x *ListUserRequest) SetId(v []uint64)
func (*ListUserRequest) SetInfo ¶
func (x *ListUserRequest) SetInfo(v *structpb.Struct)
func (*ListUserRequest) SetPagination ¶
func (x *ListUserRequest) SetPagination(v *v1.Pagination)
func (*ListUserRequest) SetSort ¶
func (x *ListUserRequest) SetSort(v []*v1.Sort)
func (*ListUserRequest) SetTagId ¶
func (x *ListUserRequest) SetTagId(v []uint64)
func (*ListUserRequest) SetUsername ¶
func (x *ListUserRequest) SetUsername(v []string)
func (*ListUserRequest) String ¶
func (x *ListUserRequest) String() string
type ListUserRequest_builder ¶
type ListUserRequest_builder struct {
Pagination *v1.Pagination
Sort []*v1.Sort
Id []uint64
Username []string
Disable *bool
Data *structpb.Struct
Info *structpb.Struct
TagId []uint64
// contains filtered or unexported fields
}
func (ListUserRequest_builder) Build ¶
func (b0 ListUserRequest_builder) Build() *ListUserRequest
type ListUserResponse ¶
type ListUserResponse struct {
Data []*UserDetail `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
// contains filtered or unexported fields
}
func (*ListUserResponse) GetCount ¶
func (x *ListUserResponse) GetCount() int64
func (*ListUserResponse) GetData ¶
func (x *ListUserResponse) GetData() []*UserDetail
func (*ListUserResponse) ProtoMessage ¶
func (*ListUserResponse) ProtoMessage()
func (*ListUserResponse) ProtoReflect ¶
func (x *ListUserResponse) ProtoReflect() protoreflect.Message
func (*ListUserResponse) Reset ¶
func (x *ListUserResponse) Reset()
func (*ListUserResponse) SetCount ¶
func (x *ListUserResponse) SetCount(v int64)
func (*ListUserResponse) SetData ¶
func (x *ListUserResponse) SetData(v []*UserDetail)
func (*ListUserResponse) String ¶
func (x *ListUserResponse) String() string
type ListUserResponse_builder ¶
type ListUserResponse_builder struct {
Data []*UserDetail
Count int64
// contains filtered or unexported fields
}
func (ListUserResponse_builder) Build ¶
func (b0 ListUserResponse_builder) Build() *ListUserResponse
type SetTagRequest ¶
type SetTagRequest struct {
Id *uint64 `protobuf:"fixed64,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
TypeId *uint64 `protobuf:"fixed64,2,opt,name=type_id,json=typeId,proto3,oneof" json:"type_id,omitempty"`
ParentId *uint64 `protobuf:"fixed64,3,opt,name=parent_id,json=parentId,proto3,oneof" json:"parent_id,omitempty"`
Data *structpb.Struct `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
Info *structpb.Struct `protobuf:"bytes,5,opt,name=info,proto3,oneof" json:"info,omitempty"`
// contains filtered or unexported fields
}
func (*SetTagRequest) ClearData ¶
func (x *SetTagRequest) ClearData()
func (*SetTagRequest) ClearId ¶
func (x *SetTagRequest) ClearId()
func (*SetTagRequest) ClearInfo ¶
func (x *SetTagRequest) ClearInfo()
func (*SetTagRequest) ClearParentId ¶
func (x *SetTagRequest) ClearParentId()
func (*SetTagRequest) ClearTypeId ¶
func (x *SetTagRequest) ClearTypeId()
func (*SetTagRequest) GetData ¶
func (x *SetTagRequest) GetData() *structpb.Struct
func (*SetTagRequest) GetId ¶
func (x *SetTagRequest) GetId() uint64
func (*SetTagRequest) GetInfo ¶
func (x *SetTagRequest) GetInfo() *structpb.Struct
func (*SetTagRequest) GetParentId ¶
func (x *SetTagRequest) GetParentId() uint64
func (*SetTagRequest) GetTypeId ¶
func (x *SetTagRequest) GetTypeId() uint64
func (*SetTagRequest) HasData ¶
func (x *SetTagRequest) HasData() bool
func (*SetTagRequest) HasId ¶
func (x *SetTagRequest) HasId() bool
func (*SetTagRequest) HasInfo ¶
func (x *SetTagRequest) HasInfo() bool
func (*SetTagRequest) HasParentId ¶
func (x *SetTagRequest) HasParentId() bool
func (*SetTagRequest) HasTypeId ¶
func (x *SetTagRequest) HasTypeId() bool
func (*SetTagRequest) ProtoMessage ¶
func (*SetTagRequest) ProtoMessage()
func (*SetTagRequest) ProtoReflect ¶
func (x *SetTagRequest) ProtoReflect() protoreflect.Message
func (*SetTagRequest) Reset ¶
func (x *SetTagRequest) Reset()
func (*SetTagRequest) SetData ¶
func (x *SetTagRequest) SetData(v *structpb.Struct)
func (*SetTagRequest) SetId ¶
func (x *SetTagRequest) SetId(v uint64)
func (*SetTagRequest) SetInfo ¶
func (x *SetTagRequest) SetInfo(v *structpb.Struct)
func (*SetTagRequest) SetParentId ¶
func (x *SetTagRequest) SetParentId(v uint64)
func (*SetTagRequest) SetTypeId ¶
func (x *SetTagRequest) SetTypeId(v uint64)
func (*SetTagRequest) String ¶
func (x *SetTagRequest) String() string
type SetTagRequest_builder ¶
type SetTagRequest_builder struct {
Id *uint64
TypeId *uint64
ParentId *uint64
Data *structpb.Struct
Info *structpb.Struct
// contains filtered or unexported fields
}
func (SetTagRequest_builder) Build ¶
func (b0 SetTagRequest_builder) Build() *SetTagRequest
type SetTagResponse ¶
type SetTagResponse struct {
// contains filtered or unexported fields
}
func (*SetTagResponse) ProtoMessage ¶
func (*SetTagResponse) ProtoMessage()
func (*SetTagResponse) ProtoReflect ¶
func (x *SetTagResponse) ProtoReflect() protoreflect.Message
func (*SetTagResponse) Reset ¶
func (x *SetTagResponse) Reset()
func (*SetTagResponse) String ¶
func (x *SetTagResponse) String() string
type SetTagResponse_builder ¶
type SetTagResponse_builder struct {
// contains filtered or unexported fields
}
func (SetTagResponse_builder) Build ¶
func (b0 SetTagResponse_builder) Build() *SetTagResponse
type SetTagTypeRequest ¶
type SetTagTypeRequest struct {
Id *uint64 `protobuf:"fixed64,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
Info *structpb.Struct `protobuf:"bytes,2,opt,name=info,proto3,oneof" json:"info,omitempty"`
Inherit *bool `protobuf:"varint,3,opt,name=inherit,proto3,oneof" json:"inherit,omitempty"`
Exclusive *bool `protobuf:"varint,4,opt,name=exclusive,proto3,oneof" json:"exclusive,omitempty"`
// contains filtered or unexported fields
}
func (*SetTagTypeRequest) ClearExclusive ¶
func (x *SetTagTypeRequest) ClearExclusive()
func (*SetTagTypeRequest) ClearId ¶
func (x *SetTagTypeRequest) ClearId()
func (*SetTagTypeRequest) ClearInfo ¶
func (x *SetTagTypeRequest) ClearInfo()
func (*SetTagTypeRequest) ClearInherit ¶
func (x *SetTagTypeRequest) ClearInherit()
func (*SetTagTypeRequest) GetExclusive ¶
func (x *SetTagTypeRequest) GetExclusive() bool
func (*SetTagTypeRequest) GetId ¶
func (x *SetTagTypeRequest) GetId() uint64
func (*SetTagTypeRequest) GetInfo ¶
func (x *SetTagTypeRequest) GetInfo() *structpb.Struct
func (*SetTagTypeRequest) GetInherit ¶
func (x *SetTagTypeRequest) GetInherit() bool
func (*SetTagTypeRequest) HasExclusive ¶
func (x *SetTagTypeRequest) HasExclusive() bool
func (*SetTagTypeRequest) HasId ¶
func (x *SetTagTypeRequest) HasId() bool
func (*SetTagTypeRequest) HasInfo ¶
func (x *SetTagTypeRequest) HasInfo() bool
func (*SetTagTypeRequest) HasInherit ¶
func (x *SetTagTypeRequest) HasInherit() bool
func (*SetTagTypeRequest) ProtoMessage ¶
func (*SetTagTypeRequest) ProtoMessage()
func (*SetTagTypeRequest) ProtoReflect ¶
func (x *SetTagTypeRequest) ProtoReflect() protoreflect.Message
func (*SetTagTypeRequest) Reset ¶
func (x *SetTagTypeRequest) Reset()
func (*SetTagTypeRequest) SetExclusive ¶
func (x *SetTagTypeRequest) SetExclusive(v bool)
func (*SetTagTypeRequest) SetId ¶
func (x *SetTagTypeRequest) SetId(v uint64)
func (*SetTagTypeRequest) SetInfo ¶
func (x *SetTagTypeRequest) SetInfo(v *structpb.Struct)
func (*SetTagTypeRequest) SetInherit ¶
func (x *SetTagTypeRequest) SetInherit(v bool)
func (*SetTagTypeRequest) String ¶
func (x *SetTagTypeRequest) String() string
type SetTagTypeRequest_builder ¶
type SetTagTypeRequest_builder struct {
Id *uint64
Info *structpb.Struct
Inherit *bool
Exclusive *bool
// contains filtered or unexported fields
}
func (SetTagTypeRequest_builder) Build ¶
func (b0 SetTagTypeRequest_builder) Build() *SetTagTypeRequest
type SetTagTypeResponse ¶
type SetTagTypeResponse struct {
// contains filtered or unexported fields
}
func (*SetTagTypeResponse) ProtoMessage ¶
func (*SetTagTypeResponse) ProtoMessage()
func (*SetTagTypeResponse) ProtoReflect ¶
func (x *SetTagTypeResponse) ProtoReflect() protoreflect.Message
func (*SetTagTypeResponse) Reset ¶
func (x *SetTagTypeResponse) Reset()
func (*SetTagTypeResponse) String ¶
func (x *SetTagTypeResponse) String() string
type SetTagTypeResponse_builder ¶
type SetTagTypeResponse_builder struct {
// contains filtered or unexported fields
}
func (SetTagTypeResponse_builder) Build ¶
func (b0 SetTagTypeResponse_builder) Build() *SetTagTypeResponse
type SetUserAuthRequest ¶
type SetUserAuthRequest struct {
UserId uint64 `protobuf:"fixed64,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
AuthId uint64 `protobuf:"fixed64,2,opt,name=auth_id,json=authId,proto3" json:"auth_id,omitempty"`
Data *structpb.Struct `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
Info *structpb.Struct `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
// contains filtered or unexported fields
}
func (*SetUserAuthRequest) ClearData ¶
func (x *SetUserAuthRequest) ClearData()
func (*SetUserAuthRequest) ClearInfo ¶
func (x *SetUserAuthRequest) ClearInfo()
func (*SetUserAuthRequest) GetAuthId ¶
func (x *SetUserAuthRequest) GetAuthId() uint64
func (*SetUserAuthRequest) GetData ¶
func (x *SetUserAuthRequest) GetData() *structpb.Struct
func (*SetUserAuthRequest) GetInfo ¶
func (x *SetUserAuthRequest) GetInfo() *structpb.Struct
func (*SetUserAuthRequest) GetUserId ¶
func (x *SetUserAuthRequest) GetUserId() uint64
func (*SetUserAuthRequest) HasData ¶
func (x *SetUserAuthRequest) HasData() bool
func (*SetUserAuthRequest) HasInfo ¶
func (x *SetUserAuthRequest) HasInfo() bool
func (*SetUserAuthRequest) ProtoMessage ¶
func (*SetUserAuthRequest) ProtoMessage()
func (*SetUserAuthRequest) ProtoReflect ¶
func (x *SetUserAuthRequest) ProtoReflect() protoreflect.Message
func (*SetUserAuthRequest) Reset ¶
func (x *SetUserAuthRequest) Reset()
func (*SetUserAuthRequest) SetAuthId ¶
func (x *SetUserAuthRequest) SetAuthId(v uint64)
func (*SetUserAuthRequest) SetData ¶
func (x *SetUserAuthRequest) SetData(v *structpb.Struct)
func (*SetUserAuthRequest) SetInfo ¶
func (x *SetUserAuthRequest) SetInfo(v *structpb.Struct)
func (*SetUserAuthRequest) SetUserId ¶
func (x *SetUserAuthRequest) SetUserId(v uint64)
func (*SetUserAuthRequest) String ¶
func (x *SetUserAuthRequest) String() string
type SetUserAuthRequest_builder ¶
type SetUserAuthRequest_builder struct {
UserId uint64
AuthId uint64
Data *structpb.Struct
Info *structpb.Struct
// contains filtered or unexported fields
}
func (SetUserAuthRequest_builder) Build ¶
func (b0 SetUserAuthRequest_builder) Build() *SetUserAuthRequest
type SetUserAuthResponse ¶
type SetUserAuthResponse struct {
Data *UserAuth `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetUserAuthResponse) ClearData ¶
func (x *SetUserAuthResponse) ClearData()
func (*SetUserAuthResponse) GetData ¶
func (x *SetUserAuthResponse) GetData() *UserAuth
func (*SetUserAuthResponse) HasData ¶
func (x *SetUserAuthResponse) HasData() bool
func (*SetUserAuthResponse) ProtoMessage ¶
func (*SetUserAuthResponse) ProtoMessage()
func (*SetUserAuthResponse) ProtoReflect ¶
func (x *SetUserAuthResponse) ProtoReflect() protoreflect.Message
func (*SetUserAuthResponse) Reset ¶
func (x *SetUserAuthResponse) Reset()
func (*SetUserAuthResponse) SetData ¶
func (x *SetUserAuthResponse) SetData(v *UserAuth)
func (*SetUserAuthResponse) String ¶
func (x *SetUserAuthResponse) String() string
type SetUserAuthResponse_builder ¶
type SetUserAuthResponse_builder struct {
Data *UserAuth
// contains filtered or unexported fields
}
func (SetUserAuthResponse_builder) Build ¶
func (b0 SetUserAuthResponse_builder) Build() *SetUserAuthResponse
type SetUserInfoRequest ¶
type SetUserInfoRequest struct {
Id uint64 `protobuf:"fixed64,1,opt,name=id,proto3" json:"id,omitempty"`
Info *structpb.Struct `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
// contains filtered or unexported fields
}
func (*SetUserInfoRequest) ClearInfo ¶
func (x *SetUserInfoRequest) ClearInfo()
func (*SetUserInfoRequest) GetId ¶
func (x *SetUserInfoRequest) GetId() uint64
func (*SetUserInfoRequest) GetInfo ¶
func (x *SetUserInfoRequest) GetInfo() *structpb.Struct
func (*SetUserInfoRequest) HasInfo ¶
func (x *SetUserInfoRequest) HasInfo() bool
func (*SetUserInfoRequest) ProtoMessage ¶
func (*SetUserInfoRequest) ProtoMessage()
func (*SetUserInfoRequest) ProtoReflect ¶
func (x *SetUserInfoRequest) ProtoReflect() protoreflect.Message
func (*SetUserInfoRequest) Reset ¶
func (x *SetUserInfoRequest) Reset()
func (*SetUserInfoRequest) SetId ¶
func (x *SetUserInfoRequest) SetId(v uint64)
func (*SetUserInfoRequest) SetInfo ¶
func (x *SetUserInfoRequest) SetInfo(v *structpb.Struct)
func (*SetUserInfoRequest) String ¶
func (x *SetUserInfoRequest) String() string
type SetUserInfoRequest_builder ¶
type SetUserInfoRequest_builder struct {
Id uint64
Info *structpb.Struct
// contains filtered or unexported fields
}
func (SetUserInfoRequest_builder) Build ¶
func (b0 SetUserInfoRequest_builder) Build() *SetUserInfoRequest
type SetUserInfoResponse ¶
type SetUserInfoResponse struct {
Data *User `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetUserInfoResponse) ClearData ¶
func (x *SetUserInfoResponse) ClearData()
func (*SetUserInfoResponse) GetData ¶
func (x *SetUserInfoResponse) GetData() *User
func (*SetUserInfoResponse) HasData ¶
func (x *SetUserInfoResponse) HasData() bool
func (*SetUserInfoResponse) ProtoMessage ¶
func (*SetUserInfoResponse) ProtoMessage()
func (*SetUserInfoResponse) ProtoReflect ¶
func (x *SetUserInfoResponse) ProtoReflect() protoreflect.Message
func (*SetUserInfoResponse) Reset ¶
func (x *SetUserInfoResponse) Reset()
func (*SetUserInfoResponse) SetData ¶
func (x *SetUserInfoResponse) SetData(v *User)
func (*SetUserInfoResponse) String ¶
func (x *SetUserInfoResponse) String() string
type SetUserInfoResponse_builder ¶
type SetUserInfoResponse_builder struct {
Data *User
// contains filtered or unexported fields
}
func (SetUserInfoResponse_builder) Build ¶
func (b0 SetUserInfoResponse_builder) Build() *SetUserInfoResponse
type SetUserRequest ¶
type SetUserRequest struct {
Id uint64 `protobuf:"fixed64,1,opt,name=id,proto3" json:"id,omitempty"`
Disable *bool `protobuf:"varint,5,opt,name=disable,proto3,oneof" json:"disable,omitempty"`
Data *structpb.Struct `protobuf:"bytes,3,opt,name=data,proto3,oneof" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetUserRequest) ClearData ¶
func (x *SetUserRequest) ClearData()
func (*SetUserRequest) ClearDisable ¶
func (x *SetUserRequest) ClearDisable()
func (*SetUserRequest) GetData ¶
func (x *SetUserRequest) GetData() *structpb.Struct
func (*SetUserRequest) GetDisable ¶
func (x *SetUserRequest) GetDisable() bool
func (*SetUserRequest) GetId ¶
func (x *SetUserRequest) GetId() uint64
func (*SetUserRequest) HasData ¶
func (x *SetUserRequest) HasData() bool
func (*SetUserRequest) HasDisable ¶
func (x *SetUserRequest) HasDisable() bool
func (*SetUserRequest) ProtoMessage ¶
func (*SetUserRequest) ProtoMessage()
func (*SetUserRequest) ProtoReflect ¶
func (x *SetUserRequest) ProtoReflect() protoreflect.Message
func (*SetUserRequest) Reset ¶
func (x *SetUserRequest) Reset()
func (*SetUserRequest) SetData ¶
func (x *SetUserRequest) SetData(v *structpb.Struct)
func (*SetUserRequest) SetDisable ¶
func (x *SetUserRequest) SetDisable(v bool)
func (*SetUserRequest) SetId ¶
func (x *SetUserRequest) SetId(v uint64)
func (*SetUserRequest) String ¶
func (x *SetUserRequest) String() string
type SetUserRequest_builder ¶
type SetUserRequest_builder struct {
Id uint64
Disable *bool
Data *structpb.Struct
// contains filtered or unexported fields
}
func (SetUserRequest_builder) Build ¶
func (b0 SetUserRequest_builder) Build() *SetUserRequest
type SetUserResponse ¶
type SetUserResponse struct {
Data *User `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetUserResponse) ClearData ¶
func (x *SetUserResponse) ClearData()
func (*SetUserResponse) GetData ¶
func (x *SetUserResponse) GetData() *User
func (*SetUserResponse) HasData ¶
func (x *SetUserResponse) HasData() bool
func (*SetUserResponse) ProtoMessage ¶
func (*SetUserResponse) ProtoMessage()
func (*SetUserResponse) ProtoReflect ¶
func (x *SetUserResponse) ProtoReflect() protoreflect.Message
func (*SetUserResponse) Reset ¶
func (x *SetUserResponse) Reset()
func (*SetUserResponse) SetData ¶
func (x *SetUserResponse) SetData(v *User)
func (*SetUserResponse) String ¶
func (x *SetUserResponse) String() string
type SetUserResponse_builder ¶
type SetUserResponse_builder struct {
Data *User
// contains filtered or unexported fields
}
func (SetUserResponse_builder) Build ¶
func (b0 SetUserResponse_builder) Build() *SetUserResponse
type SetUserTagRequest ¶
type SetUserTagRequest struct {
UserId uint64 `protobuf:"fixed64,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
TagId uint64 `protobuf:"fixed64,2,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
Data *structpb.Struct `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetUserTagRequest) ClearData ¶
func (x *SetUserTagRequest) ClearData()
func (*SetUserTagRequest) GetData ¶
func (x *SetUserTagRequest) GetData() *structpb.Struct
func (*SetUserTagRequest) GetTagId ¶
func (x *SetUserTagRequest) GetTagId() uint64
func (*SetUserTagRequest) GetUserId ¶
func (x *SetUserTagRequest) GetUserId() uint64
func (*SetUserTagRequest) HasData ¶
func (x *SetUserTagRequest) HasData() bool
func (*SetUserTagRequest) ProtoMessage ¶
func (*SetUserTagRequest) ProtoMessage()
func (*SetUserTagRequest) ProtoReflect ¶
func (x *SetUserTagRequest) ProtoReflect() protoreflect.Message
func (*SetUserTagRequest) Reset ¶
func (x *SetUserTagRequest) Reset()
func (*SetUserTagRequest) SetData ¶
func (x *SetUserTagRequest) SetData(v *structpb.Struct)
func (*SetUserTagRequest) SetTagId ¶
func (x *SetUserTagRequest) SetTagId(v uint64)
func (*SetUserTagRequest) SetUserId ¶
func (x *SetUserTagRequest) SetUserId(v uint64)
func (*SetUserTagRequest) String ¶
func (x *SetUserTagRequest) String() string
type SetUserTagRequest_builder ¶
type SetUserTagRequest_builder struct {
UserId uint64
TagId uint64
Data *structpb.Struct
// contains filtered or unexported fields
}
func (SetUserTagRequest_builder) Build ¶
func (b0 SetUserTagRequest_builder) Build() *SetUserTagRequest
type SetUserTagResponse ¶
type SetUserTagResponse struct {
// contains filtered or unexported fields
}
func (*SetUserTagResponse) ProtoMessage ¶
func (*SetUserTagResponse) ProtoMessage()
func (*SetUserTagResponse) ProtoReflect ¶
func (x *SetUserTagResponse) ProtoReflect() protoreflect.Message
func (*SetUserTagResponse) Reset ¶
func (x *SetUserTagResponse) Reset()
func (*SetUserTagResponse) String ¶
func (x *SetUserTagResponse) String() string
type SetUserTagResponse_builder ¶
type SetUserTagResponse_builder struct {
// contains filtered or unexported fields
}
func (SetUserTagResponse_builder) Build ¶
func (b0 SetUserTagResponse_builder) Build() *SetUserTagResponse
type User ¶
type User struct {
Id uint64 `protobuf:"fixed64,1,opt,name=id,proto3" json:"id,omitempty"`
Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
Disable bool `protobuf:"varint,3,opt,name=disable,proto3" json:"disable,omitempty"`
Data *structpb.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
Info *structpb.Struct `protobuf:"bytes,5,opt,name=info,proto3" json:"info,omitempty"`
CreatedAt *v1.Time `protobuf:"bytes,14,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
UpdatedAt *v1.Time `protobuf:"bytes,15,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
DeletedAt *v1.Time `protobuf:"bytes,16,opt,name=deleted_at,json=deletedAt,proto3,oneof" json:"deleted_at,omitempty"`
// contains filtered or unexported fields
}
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserAuth ¶
type UserAuth struct {
UserId uint64 `protobuf:"fixed64,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
AuthId uint64 `protobuf:"fixed64,2,opt,name=auth_id,json=authId,proto3" json:"auth_id,omitempty"`
Data *structpb.Struct `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
Info *structpb.Struct `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
CreatedAt *v1.Time `protobuf:"bytes,14,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
UpdatedAt *v1.Time `protobuf:"bytes,15,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
DeletedAt *v1.Time `protobuf:"bytes,16,opt,name=deleted_at,json=deletedAt,proto3,oneof" json:"deleted_at,omitempty"`
// contains filtered or unexported fields
}
func (*UserAuth) ProtoReflect ¶
func (x *UserAuth) ProtoReflect() protoreflect.Message
type UserAuth_builder ¶
type UserAuth_builder struct {
UserId uint64
AuthId uint64
Data *structpb.Struct
Info *structpb.Struct
CreatedAt *v1.Time
UpdatedAt *v1.Time
DeletedAt *v1.Time
// contains filtered or unexported fields
}
func (UserAuth_builder) Build ¶
func (b0 UserAuth_builder) Build() *UserAuth
type UserDetail ¶
type UserDetail struct {
User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
UserAuth []*UserAuth `protobuf:"bytes,2,rep,name=user_auth,json=userAuth,proto3" json:"user_auth,omitempty"`
UserTag []*UserTag `protobuf:"bytes,3,rep,name=user_tag,json=userTag,proto3" json:"user_tag,omitempty"`
// contains filtered or unexported fields
}
func (*UserDetail) ClearUser ¶
func (x *UserDetail) ClearUser()
func (*UserDetail) GetUser ¶
func (x *UserDetail) GetUser() *User
func (*UserDetail) GetUserAuth ¶
func (x *UserDetail) GetUserAuth() []*UserAuth
func (*UserDetail) GetUserTag ¶
func (x *UserDetail) GetUserTag() []*UserTag
func (*UserDetail) HasUser ¶
func (x *UserDetail) HasUser() bool
func (*UserDetail) ProtoMessage ¶
func (*UserDetail) ProtoMessage()
func (*UserDetail) ProtoReflect ¶
func (x *UserDetail) ProtoReflect() protoreflect.Message
func (*UserDetail) Reset ¶
func (x *UserDetail) Reset()
func (*UserDetail) SetUser ¶
func (x *UserDetail) SetUser(v *User)
func (*UserDetail) SetUserAuth ¶
func (x *UserDetail) SetUserAuth(v []*UserAuth)
func (*UserDetail) SetUserTag ¶
func (x *UserDetail) SetUserTag(v []*UserTag)
func (*UserDetail) String ¶
func (x *UserDetail) String() string
type UserDetail_builder ¶
type UserDetail_builder struct {
User *User
UserAuth []*UserAuth
UserTag []*UserTag
// contains filtered or unexported fields
}
func (UserDetail_builder) Build ¶
func (b0 UserDetail_builder) Build() *UserDetail
type UserTag ¶
type UserTag struct {
UserId uint64 `protobuf:"fixed64,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
TagId uint64 `protobuf:"fixed64,2,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
SourceId uint64 `protobuf:"fixed64,3,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"`
Data *structpb.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
CreatedAt *v1.Time `protobuf:"bytes,14,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
UpdatedAt *v1.Time `protobuf:"bytes,15,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
// contains filtered or unexported fields
}
func (*UserTag) ProtoReflect ¶
func (x *UserTag) ProtoReflect() protoreflect.Message
Source Files
¶
- service_base.pb.go
- service_tag.pb.go
- user.pb.go
- user_auth.pb.go
- user_tag.pb.go
Click to show internal directories.
Click to hide internal directories.