Documentation
¶
Index ¶
- Constants
- Variables
- type AddTagRequest
- func (x *AddTagRequest) ClearData()
- func (x *AddTagRequest) ClearInfo()
- func (x *AddTagRequest) GetData() *structpb.Struct
- func (x *AddTagRequest) GetInfo() *structpb.Struct
- func (x *AddTagRequest) GetKey() string
- func (x *AddTagRequest) GetParentId() uint64
- func (x *AddTagRequest) GetTypeId() uint64
- func (x *AddTagRequest) HasData() bool
- func (x *AddTagRequest) HasInfo() bool
- func (*AddTagRequest) ProtoMessage()
- func (x *AddTagRequest) ProtoReflect() protoreflect.Message
- func (x *AddTagRequest) Reset()
- func (x *AddTagRequest) SetData(v *structpb.Struct)
- func (x *AddTagRequest) SetInfo(v *structpb.Struct)
- func (x *AddTagRequest) SetKey(v string)
- func (x *AddTagRequest) SetParentId(v uint64)
- func (x *AddTagRequest) SetTypeId(v uint64)
- func (x *AddTagRequest) String() string
- type AddTagRequest_builder
- type AddTagResponse
- func (x *AddTagResponse) ClearData()
- func (x *AddTagResponse) GetData() *Tag
- func (x *AddTagResponse) HasData() bool
- func (*AddTagResponse) ProtoMessage()
- func (x *AddTagResponse) ProtoReflect() protoreflect.Message
- func (x *AddTagResponse) Reset()
- func (x *AddTagResponse) SetData(v *Tag)
- func (x *AddTagResponse) String() string
- type AddTagResponse_builder
- type BindRelationRequest
- func (x *BindRelationRequest) ClearData()
- func (x *BindRelationRequest) GetData() *structpb.Struct
- func (x *BindRelationRequest) GetExternalId() uint64
- func (x *BindRelationRequest) GetModuleId() uint64
- func (x *BindRelationRequest) GetTagId() uint64
- func (x *BindRelationRequest) HasData() bool
- func (*BindRelationRequest) ProtoMessage()
- func (x *BindRelationRequest) ProtoReflect() protoreflect.Message
- func (x *BindRelationRequest) Reset()
- func (x *BindRelationRequest) SetData(v *structpb.Struct)
- func (x *BindRelationRequest) SetExternalId(v uint64)
- func (x *BindRelationRequest) SetModuleId(v uint64)
- func (x *BindRelationRequest) SetTagId(v uint64)
- func (x *BindRelationRequest) String() string
- type BindRelationRequest_builder
- type BindRelationResponse
- func (x *BindRelationResponse) GetCleanTagId() []uint64
- func (x *BindRelationResponse) GetInheritTagId() []uint64
- func (*BindRelationResponse) ProtoMessage()
- func (x *BindRelationResponse) ProtoReflect() protoreflect.Message
- func (x *BindRelationResponse) Reset()
- func (x *BindRelationResponse) SetCleanTagId(v []uint64)
- func (x *BindRelationResponse) SetInheritTagId(v []uint64)
- func (x *BindRelationResponse) String() string
- type BindRelationResponse_builder
- type BindTagToExternalRequest
- func (x *BindTagToExternalRequest) GetExternalId() uint64
- func (x *BindTagToExternalRequest) GetModuleId() uint64
- func (x *BindTagToExternalRequest) GetTagId() []uint64
- func (*BindTagToExternalRequest) ProtoMessage()
- func (x *BindTagToExternalRequest) ProtoReflect() protoreflect.Message
- func (x *BindTagToExternalRequest) Reset()
- func (x *BindTagToExternalRequest) SetExternalId(v uint64)
- func (x *BindTagToExternalRequest) SetModuleId(v uint64)
- func (x *BindTagToExternalRequest) SetTagId(v []uint64)
- func (x *BindTagToExternalRequest) String() string
- type BindTagToExternalRequest_builder
- type BindTagToExternalResponse
- func (x *BindTagToExternalResponse) GetCleanTagId() []uint64
- func (x *BindTagToExternalResponse) GetInheritTagId() []uint64
- func (*BindTagToExternalResponse) ProtoMessage()
- func (x *BindTagToExternalResponse) ProtoReflect() protoreflect.Message
- func (x *BindTagToExternalResponse) Reset()
- func (x *BindTagToExternalResponse) SetCleanTagId(v []uint64)
- func (x *BindTagToExternalResponse) SetInheritTagId(v []uint64)
- func (x *BindTagToExternalResponse) String() string
- type BindTagToExternalResponse_builder
- type DeleteModuleRequest
- type DeleteModuleRequest_builder
- type DeleteModuleResponse
- type DeleteModuleResponse_builder
- type DeleteRelationRequest
- func (x *DeleteRelationRequest) GetExternalId() uint64
- func (x *DeleteRelationRequest) GetModuleId() uint64
- func (x *DeleteRelationRequest) GetTagId() uint64
- func (*DeleteRelationRequest) ProtoMessage()
- func (x *DeleteRelationRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRelationRequest) Reset()
- func (x *DeleteRelationRequest) SetExternalId(v uint64)
- func (x *DeleteRelationRequest) SetModuleId(v uint64)
- func (x *DeleteRelationRequest) SetTagId(v uint64)
- func (x *DeleteRelationRequest) String() string
- type DeleteRelationRequest_builder
- type DeleteRelationResponse
- type DeleteRelationResponse_builder
- type DeleteTagRequest
- type DeleteTagRequest_builder
- type DeleteTagResponse
- type DeleteTagResponse_builder
- type DeleteTagWithModuleRequest
- func (x *DeleteTagWithModuleRequest) GetModuleId() uint64
- func (x *DeleteTagWithModuleRequest) GetTagId() []uint64
- func (*DeleteTagWithModuleRequest) ProtoMessage()
- func (x *DeleteTagWithModuleRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTagWithModuleRequest) Reset()
- func (x *DeleteTagWithModuleRequest) SetModuleId(v uint64)
- func (x *DeleteTagWithModuleRequest) SetTagId(v []uint64)
- func (x *DeleteTagWithModuleRequest) String() string
- type DeleteTagWithModuleRequest_builder
- type DeleteTagWithModuleResponse
- type DeleteTagWithModuleResponse_builder
- type DeleteTypeRequest
- type DeleteTypeRequest_builder
- type DeleteTypeResponse
- type DeleteTypeResponse_builder
- type DeleteTypeWithModuleRequest
- func (x *DeleteTypeWithModuleRequest) GetModuleId() uint64
- func (x *DeleteTypeWithModuleRequest) GetTypeId() []uint64
- func (*DeleteTypeWithModuleRequest) ProtoMessage()
- func (x *DeleteTypeWithModuleRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTypeWithModuleRequest) Reset()
- func (x *DeleteTypeWithModuleRequest) SetModuleId(v uint64)
- func (x *DeleteTypeWithModuleRequest) SetTypeId(v []uint64)
- func (x *DeleteTypeWithModuleRequest) String() string
- type DeleteTypeWithModuleRequest_builder
- type DeleteTypeWithModuleResponse
- type DeleteTypeWithModuleResponse_builder
- type DestroyExternalRelationRequest
- func (x *DestroyExternalRelationRequest) GetExternalId() []uint64
- func (x *DestroyExternalRelationRequest) GetModuleId() uint64
- func (*DestroyExternalRelationRequest) ProtoMessage()
- func (x *DestroyExternalRelationRequest) ProtoReflect() protoreflect.Message
- func (x *DestroyExternalRelationRequest) Reset()
- func (x *DestroyExternalRelationRequest) SetExternalId(v []uint64)
- func (x *DestroyExternalRelationRequest) SetModuleId(v uint64)
- func (x *DestroyExternalRelationRequest) String() string
- type DestroyExternalRelationRequest_builder
- type DestroyExternalRelationResponse
- type DestroyExternalRelationResponse_builder
- type DestroyTagRelationRequest
- func (x *DestroyTagRelationRequest) GetModuleId() []uint64
- func (x *DestroyTagRelationRequest) GetTagId() uint64
- func (*DestroyTagRelationRequest) ProtoMessage()
- func (x *DestroyTagRelationRequest) ProtoReflect() protoreflect.Message
- func (x *DestroyTagRelationRequest) Reset()
- func (x *DestroyTagRelationRequest) SetModuleId(v []uint64)
- func (x *DestroyTagRelationRequest) SetTagId(v uint64)
- func (x *DestroyTagRelationRequest) String() string
- type DestroyTagRelationRequest_builder
- type DestroyTagRelationResponse
- type DestroyTagRelationResponse_builder
- type GetAllByModuleRequest
- func (x *GetAllByModuleRequest) GetModuleId() uint64
- func (*GetAllByModuleRequest) ProtoMessage()
- func (x *GetAllByModuleRequest) ProtoReflect() protoreflect.Message
- func (x *GetAllByModuleRequest) Reset()
- func (x *GetAllByModuleRequest) SetModuleId(v uint64)
- func (x *GetAllByModuleRequest) String() string
- type GetAllByModuleRequest_builder
- type GetAllByModuleResponse
- func (x *GetAllByModuleResponse) GetTag() []*Tag
- func (x *GetAllByModuleResponse) GetType() []*Type
- func (*GetAllByModuleResponse) ProtoMessage()
- func (x *GetAllByModuleResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllByModuleResponse) Reset()
- func (x *GetAllByModuleResponse) SetTag(v []*Tag)
- func (x *GetAllByModuleResponse) SetType(v []*Type)
- func (x *GetAllByModuleResponse) String() string
- type GetAllByModuleResponse_builder
- type GetTagIDTreeizeRequest
- func (x *GetTagIDTreeizeRequest) ClearFrom()
- func (x *GetTagIDTreeizeRequest) ClearTagId()
- func (x *GetTagIDTreeizeRequest) ClearTypeId()
- func (x *GetTagIDTreeizeRequest) GetFrom() isGetTagIDTreeizeRequest_From
- func (x *GetTagIDTreeizeRequest) GetTagId() uint64
- func (x *GetTagIDTreeizeRequest) GetTypeId() uint64
- func (x *GetTagIDTreeizeRequest) HasFrom() bool
- func (x *GetTagIDTreeizeRequest) HasTagId() bool
- func (x *GetTagIDTreeizeRequest) HasTypeId() bool
- func (*GetTagIDTreeizeRequest) ProtoMessage()
- func (x *GetTagIDTreeizeRequest) ProtoReflect() protoreflect.Message
- func (x *GetTagIDTreeizeRequest) Reset()
- func (x *GetTagIDTreeizeRequest) SetTagId(v uint64)
- func (x *GetTagIDTreeizeRequest) SetTypeId(v uint64)
- func (x *GetTagIDTreeizeRequest) String() string
- func (x *GetTagIDTreeizeRequest) WhichFrom() case_GetTagIDTreeizeRequest_From
- type GetTagIDTreeizeRequest_TagId
- type GetTagIDTreeizeRequest_TypeId
- type GetTagIDTreeizeRequest_builder
- type GetTagIDTreeizeResponse
- func (x *GetTagIDTreeizeResponse) ClearData()
- func (x *GetTagIDTreeizeResponse) ClearType()
- func (x *GetTagIDTreeizeResponse) GetData() *TagIDTreeize
- func (x *GetTagIDTreeizeResponse) GetType() *Type
- func (x *GetTagIDTreeizeResponse) HasData() bool
- func (x *GetTagIDTreeizeResponse) HasType() bool
- func (*GetTagIDTreeizeResponse) ProtoMessage()
- func (x *GetTagIDTreeizeResponse) ProtoReflect() protoreflect.Message
- func (x *GetTagIDTreeizeResponse) Reset()
- func (x *GetTagIDTreeizeResponse) SetData(v *TagIDTreeize)
- func (x *GetTagIDTreeizeResponse) SetType(v *Type)
- func (x *GetTagIDTreeizeResponse) String() string
- type GetTagIDTreeizeResponse_builder
- type ListModuleRequest
- func (x *ListModuleRequest) ClearInfo()
- func (x *ListModuleRequest) ClearPagination()
- func (x *ListModuleRequest) GetId() []uint64
- func (x *ListModuleRequest) GetInfo() *structpb.Struct
- func (x *ListModuleRequest) GetKey() []string
- func (x *ListModuleRequest) GetPagination() *v1.Pagination
- func (x *ListModuleRequest) GetSort() []*v1.Sort
- func (x *ListModuleRequest) HasInfo() bool
- func (x *ListModuleRequest) HasPagination() bool
- func (*ListModuleRequest) ProtoMessage()
- func (x *ListModuleRequest) ProtoReflect() protoreflect.Message
- func (x *ListModuleRequest) Reset()
- func (x *ListModuleRequest) SetId(v []uint64)
- func (x *ListModuleRequest) SetInfo(v *structpb.Struct)
- func (x *ListModuleRequest) SetKey(v []string)
- func (x *ListModuleRequest) SetPagination(v *v1.Pagination)
- func (x *ListModuleRequest) SetSort(v []*v1.Sort)
- func (x *ListModuleRequest) String() string
- type ListModuleRequest_builder
- type ListModuleResponse
- func (x *ListModuleResponse) GetCount() int64
- func (x *ListModuleResponse) GetData() []*Module
- func (*ListModuleResponse) ProtoMessage()
- func (x *ListModuleResponse) ProtoReflect() protoreflect.Message
- func (x *ListModuleResponse) Reset()
- func (x *ListModuleResponse) SetCount(v int64)
- func (x *ListModuleResponse) SetData(v []*Module)
- func (x *ListModuleResponse) String() string
- type ListModuleResponse_builder
- type ListRelationRequest
- func (x *ListRelationRequest) ClearData()
- func (x *ListRelationRequest) ClearPagination()
- func (x *ListRelationRequest) GetData() *structpb.Struct
- func (x *ListRelationRequest) GetExternalId() []uint64
- func (x *ListRelationRequest) GetModuleId() []uint64
- func (x *ListRelationRequest) GetPagination() *v1.Pagination
- func (x *ListRelationRequest) GetSort() []*v1.Sort
- func (x *ListRelationRequest) GetSourceId() []uint64
- func (x *ListRelationRequest) GetTagId() []uint64
- func (x *ListRelationRequest) HasData() bool
- func (x *ListRelationRequest) HasPagination() bool
- func (*ListRelationRequest) ProtoMessage()
- func (x *ListRelationRequest) ProtoReflect() protoreflect.Message
- func (x *ListRelationRequest) Reset()
- func (x *ListRelationRequest) SetData(v *structpb.Struct)
- func (x *ListRelationRequest) SetExternalId(v []uint64)
- func (x *ListRelationRequest) SetModuleId(v []uint64)
- func (x *ListRelationRequest) SetPagination(v *v1.Pagination)
- func (x *ListRelationRequest) SetSort(v []*v1.Sort)
- func (x *ListRelationRequest) SetSourceId(v []uint64)
- func (x *ListRelationRequest) SetTagId(v []uint64)
- func (x *ListRelationRequest) String() string
- type ListRelationRequest_builder
- type ListRelationResponse
- func (x *ListRelationResponse) GetCount() int64
- func (x *ListRelationResponse) GetData() []*Relation
- func (*ListRelationResponse) ProtoMessage()
- func (x *ListRelationResponse) ProtoReflect() protoreflect.Message
- func (x *ListRelationResponse) Reset()
- func (x *ListRelationResponse) SetCount(v int64)
- func (x *ListRelationResponse) SetData(v []*Relation)
- func (x *ListRelationResponse) String() string
- type ListRelationResponse_builder
- type ListTagRequest
- func (x *ListTagRequest) ClearData()
- func (x *ListTagRequest) ClearInfo()
- func (x *ListTagRequest) ClearPagination()
- func (x *ListTagRequest) GetData() *structpb.Struct
- func (x *ListTagRequest) GetId() []uint64
- func (x *ListTagRequest) GetInfo() *structpb.Struct
- func (x *ListTagRequest) GetKey() []string
- func (x *ListTagRequest) GetModuleId() []uint64
- func (x *ListTagRequest) GetPagination() *v1.Pagination
- func (x *ListTagRequest) GetParentId() []uint64
- func (x *ListTagRequest) GetSort() []*v1.Sort
- func (x *ListTagRequest) GetTypeId() []uint64
- func (x *ListTagRequest) HasData() bool
- func (x *ListTagRequest) HasInfo() bool
- func (x *ListTagRequest) HasPagination() bool
- func (*ListTagRequest) ProtoMessage()
- func (x *ListTagRequest) ProtoReflect() protoreflect.Message
- func (x *ListTagRequest) Reset()
- func (x *ListTagRequest) SetData(v *structpb.Struct)
- func (x *ListTagRequest) SetId(v []uint64)
- func (x *ListTagRequest) SetInfo(v *structpb.Struct)
- func (x *ListTagRequest) SetKey(v []string)
- func (x *ListTagRequest) SetModuleId(v []uint64)
- func (x *ListTagRequest) SetPagination(v *v1.Pagination)
- func (x *ListTagRequest) SetParentId(v []uint64)
- func (x *ListTagRequest) SetSort(v []*v1.Sort)
- func (x *ListTagRequest) SetTypeId(v []uint64)
- func (x *ListTagRequest) String() string
- type ListTagRequest_builder
- type ListTagResponse
- func (x *ListTagResponse) GetCount() int64
- func (x *ListTagResponse) GetData() []*Tag
- func (*ListTagResponse) ProtoMessage()
- func (x *ListTagResponse) ProtoReflect() protoreflect.Message
- func (x *ListTagResponse) Reset()
- func (x *ListTagResponse) SetCount(v int64)
- func (x *ListTagResponse) SetData(v []*Tag)
- func (x *ListTagResponse) String() string
- type ListTagResponse_builder
- type ListTypeRequest
- func (x *ListTypeRequest) ClearExclusive()
- func (x *ListTypeRequest) ClearInfo()
- func (x *ListTypeRequest) ClearInherit()
- func (x *ListTypeRequest) ClearPagination()
- func (x *ListTypeRequest) GetExclusive() bool
- func (x *ListTypeRequest) GetId() []uint64
- func (x *ListTypeRequest) GetInfo() *structpb.Struct
- func (x *ListTypeRequest) GetInherit() bool
- func (x *ListTypeRequest) GetKey() []string
- func (x *ListTypeRequest) GetModuleId() []uint64
- func (x *ListTypeRequest) GetPagination() *v1.Pagination
- func (x *ListTypeRequest) GetSort() []*v1.Sort
- func (x *ListTypeRequest) HasExclusive() bool
- func (x *ListTypeRequest) HasInfo() bool
- func (x *ListTypeRequest) HasInherit() bool
- func (x *ListTypeRequest) HasPagination() bool
- func (*ListTypeRequest) ProtoMessage()
- func (x *ListTypeRequest) ProtoReflect() protoreflect.Message
- func (x *ListTypeRequest) Reset()
- func (x *ListTypeRequest) SetExclusive(v bool)
- func (x *ListTypeRequest) SetId(v []uint64)
- func (x *ListTypeRequest) SetInfo(v *structpb.Struct)
- func (x *ListTypeRequest) SetInherit(v bool)
- func (x *ListTypeRequest) SetKey(v []string)
- func (x *ListTypeRequest) SetModuleId(v []uint64)
- func (x *ListTypeRequest) SetPagination(v *v1.Pagination)
- func (x *ListTypeRequest) SetSort(v []*v1.Sort)
- func (x *ListTypeRequest) String() string
- type ListTypeRequest_builder
- type ListTypeResponse
- func (x *ListTypeResponse) GetCount() int64
- func (x *ListTypeResponse) GetData() []*Type
- func (*ListTypeResponse) ProtoMessage()
- func (x *ListTypeResponse) ProtoReflect() protoreflect.Message
- func (x *ListTypeResponse) Reset()
- func (x *ListTypeResponse) SetCount(v int64)
- func (x *ListTypeResponse) SetData(v []*Type)
- func (x *ListTypeResponse) String() string
- type ListTypeResponse_builder
- type Module
- func (x *Module) ClearCreatedAt()
- func (x *Module) ClearDeletedAt()
- func (x *Module) ClearInfo()
- func (x *Module) ClearUpdatedAt()
- func (x *Module) GetCreatedAt() *v1.Time
- func (x *Module) GetDeletedAt() *v1.Time
- func (x *Module) GetId() uint64
- func (x *Module) GetInfo() *structpb.Struct
- func (x *Module) GetKey() string
- func (x *Module) GetUpdatedAt() *v1.Time
- func (x *Module) GetVisibleType() []uint64
- func (x *Module) HasCreatedAt() bool
- func (x *Module) HasDeletedAt() bool
- func (x *Module) HasInfo() bool
- func (x *Module) HasUpdatedAt() bool
- func (*Module) ProtoMessage()
- func (x *Module) ProtoReflect() protoreflect.Message
- func (x *Module) Reset()
- func (x *Module) SetCreatedAt(v *v1.Time)
- func (x *Module) SetDeletedAt(v *v1.Time)
- func (x *Module) SetId(v uint64)
- func (x *Module) SetInfo(v *structpb.Struct)
- func (x *Module) SetKey(v string)
- func (x *Module) SetUpdatedAt(v *v1.Time)
- func (x *Module) SetVisibleType(v []uint64)
- func (x *Module) String() string
- type Module_builder
- type RegisterModuleRequest
- type RegisterModuleRequest_builder
- type RegisterModuleResponse
- func (x *RegisterModuleResponse) ClearData()
- func (x *RegisterModuleResponse) GetData() *Module
- func (x *RegisterModuleResponse) HasData() bool
- func (*RegisterModuleResponse) ProtoMessage()
- func (x *RegisterModuleResponse) ProtoReflect() protoreflect.Message
- func (x *RegisterModuleResponse) Reset()
- func (x *RegisterModuleResponse) SetData(v *Module)
- func (x *RegisterModuleResponse) String() string
- type RegisterModuleResponse_builder
- type RegisterTagRequest
- type RegisterTagRequest_builder
- type RegisterTagResponse
- type RegisterTagResponse_builder
- type Relation
- func (x *Relation) ClearCreatedAt()
- func (x *Relation) ClearData()
- func (x *Relation) ClearUpdatedAt()
- func (x *Relation) GetCreatedAt() *v1.Time
- func (x *Relation) GetData() *structpb.Struct
- func (x *Relation) GetExternalId() uint64
- func (x *Relation) GetModuleId() uint64
- func (x *Relation) GetSourceId() uint64
- func (x *Relation) GetTagId() uint64
- func (x *Relation) GetUpdatedAt() *v1.Time
- func (x *Relation) HasCreatedAt() bool
- func (x *Relation) HasData() bool
- func (x *Relation) HasUpdatedAt() bool
- func (*Relation) ProtoMessage()
- func (x *Relation) ProtoReflect() protoreflect.Message
- func (x *Relation) Reset()
- func (x *Relation) SetCreatedAt(v *v1.Time)
- func (x *Relation) SetData(v *structpb.Struct)
- func (x *Relation) SetExternalId(v uint64)
- func (x *Relation) SetModuleId(v uint64)
- func (x *Relation) SetSourceId(v uint64)
- func (x *Relation) SetTagId(v uint64)
- func (x *Relation) SetUpdatedAt(v *v1.Time)
- func (x *Relation) String() string
- type Relation_builder
- type SetModuleInfoRequest
- func (x *SetModuleInfoRequest) ClearInfo()
- func (x *SetModuleInfoRequest) GetId() uint64
- func (x *SetModuleInfoRequest) GetInfo() *structpb.Struct
- func (x *SetModuleInfoRequest) HasInfo() bool
- func (*SetModuleInfoRequest) ProtoMessage()
- func (x *SetModuleInfoRequest) ProtoReflect() protoreflect.Message
- func (x *SetModuleInfoRequest) Reset()
- func (x *SetModuleInfoRequest) SetId(v uint64)
- func (x *SetModuleInfoRequest) SetInfo(v *structpb.Struct)
- func (x *SetModuleInfoRequest) String() string
- type SetModuleInfoRequest_builder
- type SetModuleInfoResponse
- func (x *SetModuleInfoResponse) ClearData()
- func (x *SetModuleInfoResponse) GetData() *Module
- func (x *SetModuleInfoResponse) HasData() bool
- func (*SetModuleInfoResponse) ProtoMessage()
- func (x *SetModuleInfoResponse) ProtoReflect() protoreflect.Message
- func (x *SetModuleInfoResponse) Reset()
- func (x *SetModuleInfoResponse) SetData(v *Module)
- func (x *SetModuleInfoResponse) String() string
- type SetModuleInfoResponse_builder
- type SetModuleRequest
- func (x *SetModuleRequest) GetId() uint64
- func (x *SetModuleRequest) GetKey() string
- func (*SetModuleRequest) ProtoMessage()
- func (x *SetModuleRequest) ProtoReflect() protoreflect.Message
- func (x *SetModuleRequest) Reset()
- func (x *SetModuleRequest) SetId(v uint64)
- func (x *SetModuleRequest) SetKey(v string)
- func (x *SetModuleRequest) String() string
- type SetModuleRequest_builder
- type SetModuleResponse
- func (x *SetModuleResponse) ClearData()
- func (x *SetModuleResponse) GetData() *Module
- func (x *SetModuleResponse) HasData() bool
- func (*SetModuleResponse) ProtoMessage()
- func (x *SetModuleResponse) ProtoReflect() protoreflect.Message
- func (x *SetModuleResponse) Reset()
- func (x *SetModuleResponse) SetData(v *Module)
- func (x *SetModuleResponse) String() string
- type SetModuleResponse_builder
- type SetRelationRequest
- func (x *SetRelationRequest) ClearData()
- func (x *SetRelationRequest) GetData() *structpb.Struct
- func (x *SetRelationRequest) GetExternalId() uint64
- func (x *SetRelationRequest) GetModuleId() uint64
- func (x *SetRelationRequest) GetTagId() uint64
- func (x *SetRelationRequest) HasData() bool
- func (*SetRelationRequest) ProtoMessage()
- func (x *SetRelationRequest) ProtoReflect() protoreflect.Message
- func (x *SetRelationRequest) Reset()
- func (x *SetRelationRequest) SetData(v *structpb.Struct)
- func (x *SetRelationRequest) SetExternalId(v uint64)
- func (x *SetRelationRequest) SetModuleId(v uint64)
- func (x *SetRelationRequest) SetTagId(v uint64)
- func (x *SetRelationRequest) String() string
- type SetRelationRequest_builder
- type SetRelationResponse
- type SetRelationResponse_builder
- type SetTagInfoRequest
- func (x *SetTagInfoRequest) ClearInfo()
- func (x *SetTagInfoRequest) GetId() uint64
- func (x *SetTagInfoRequest) GetInfo() *structpb.Struct
- func (x *SetTagInfoRequest) HasInfo() bool
- func (*SetTagInfoRequest) ProtoMessage()
- func (x *SetTagInfoRequest) ProtoReflect() protoreflect.Message
- func (x *SetTagInfoRequest) Reset()
- func (x *SetTagInfoRequest) SetId(v uint64)
- func (x *SetTagInfoRequest) SetInfo(v *structpb.Struct)
- func (x *SetTagInfoRequest) String() string
- type SetTagInfoRequest_builder
- type SetTagInfoResponse
- func (x *SetTagInfoResponse) ClearData()
- func (x *SetTagInfoResponse) GetData() *Tag
- func (x *SetTagInfoResponse) HasData() bool
- func (*SetTagInfoResponse) ProtoMessage()
- func (x *SetTagInfoResponse) ProtoReflect() protoreflect.Message
- func (x *SetTagInfoResponse) Reset()
- func (x *SetTagInfoResponse) SetData(v *Tag)
- func (x *SetTagInfoResponse) String() string
- type SetTagInfoResponse_builder
- type SetTagRequest
- func (x *SetTagRequest) ClearData()
- func (x *SetTagRequest) GetData() *structpb.Struct
- func (x *SetTagRequest) GetId() uint64
- func (x *SetTagRequest) HasData() 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) String() string
- type SetTagRequest_builder
- type SetTagResponse
- func (x *SetTagResponse) ClearData()
- func (x *SetTagResponse) GetData() *Tag
- func (x *SetTagResponse) HasData() bool
- func (*SetTagResponse) ProtoMessage()
- func (x *SetTagResponse) ProtoReflect() protoreflect.Message
- func (x *SetTagResponse) Reset()
- func (x *SetTagResponse) SetData(v *Tag)
- func (x *SetTagResponse) String() string
- type SetTagResponse_builder
- type SetTagWithModuleRequest
- func (x *SetTagWithModuleRequest) ClearData()
- func (x *SetTagWithModuleRequest) ClearInfo()
- func (x *SetTagWithModuleRequest) ClearKey()
- func (x *SetTagWithModuleRequest) ClearParentId()
- func (x *SetTagWithModuleRequest) ClearTagId()
- func (x *SetTagWithModuleRequest) ClearTypeId()
- func (x *SetTagWithModuleRequest) GetData() *structpb.Struct
- func (x *SetTagWithModuleRequest) GetInfo() *structpb.Struct
- func (x *SetTagWithModuleRequest) GetKey() string
- func (x *SetTagWithModuleRequest) GetModuleId() uint64
- func (x *SetTagWithModuleRequest) GetParentId() uint64
- func (x *SetTagWithModuleRequest) GetTagId() uint64
- func (x *SetTagWithModuleRequest) GetTypeId() uint64
- func (x *SetTagWithModuleRequest) HasData() bool
- func (x *SetTagWithModuleRequest) HasInfo() bool
- func (x *SetTagWithModuleRequest) HasKey() bool
- func (x *SetTagWithModuleRequest) HasParentId() bool
- func (x *SetTagWithModuleRequest) HasTagId() bool
- func (x *SetTagWithModuleRequest) HasTypeId() bool
- func (*SetTagWithModuleRequest) ProtoMessage()
- func (x *SetTagWithModuleRequest) ProtoReflect() protoreflect.Message
- func (x *SetTagWithModuleRequest) Reset()
- func (x *SetTagWithModuleRequest) SetData(v *structpb.Struct)
- func (x *SetTagWithModuleRequest) SetInfo(v *structpb.Struct)
- func (x *SetTagWithModuleRequest) SetKey(v string)
- func (x *SetTagWithModuleRequest) SetModuleId(v uint64)
- func (x *SetTagWithModuleRequest) SetParentId(v uint64)
- func (x *SetTagWithModuleRequest) SetTagId(v uint64)
- func (x *SetTagWithModuleRequest) SetTypeId(v uint64)
- func (x *SetTagWithModuleRequest) String() string
- type SetTagWithModuleRequest_builder
- type SetTagWithModuleResponse
- type SetTagWithModuleResponse_builder
- type SetTypeInfoRequest
- func (x *SetTypeInfoRequest) ClearInfo()
- func (x *SetTypeInfoRequest) GetId() uint64
- func (x *SetTypeInfoRequest) GetInfo() *structpb.Struct
- func (x *SetTypeInfoRequest) HasInfo() bool
- func (*SetTypeInfoRequest) ProtoMessage()
- func (x *SetTypeInfoRequest) ProtoReflect() protoreflect.Message
- func (x *SetTypeInfoRequest) Reset()
- func (x *SetTypeInfoRequest) SetId(v uint64)
- func (x *SetTypeInfoRequest) SetInfo(v *structpb.Struct)
- func (x *SetTypeInfoRequest) String() string
- type SetTypeInfoRequest_builder
- type SetTypeInfoResponse
- func (x *SetTypeInfoResponse) ClearData()
- func (x *SetTypeInfoResponse) GetData() *Type
- func (x *SetTypeInfoResponse) HasData() bool
- func (*SetTypeInfoResponse) ProtoMessage()
- func (x *SetTypeInfoResponse) ProtoReflect() protoreflect.Message
- func (x *SetTypeInfoResponse) Reset()
- func (x *SetTypeInfoResponse) SetData(v *Type)
- func (x *SetTypeInfoResponse) String() string
- type SetTypeInfoResponse_builder
- type SetTypeRequest
- func (x *SetTypeRequest) GetId() uint64
- func (x *SetTypeRequest) GetKey() string
- func (*SetTypeRequest) ProtoMessage()
- func (x *SetTypeRequest) ProtoReflect() protoreflect.Message
- func (x *SetTypeRequest) Reset()
- func (x *SetTypeRequest) SetId(v uint64)
- func (x *SetTypeRequest) SetKey(v string)
- func (x *SetTypeRequest) String() string
- type SetTypeRequest_builder
- type SetTypeResponse
- func (x *SetTypeResponse) ClearData()
- func (x *SetTypeResponse) GetData() *Type
- func (x *SetTypeResponse) HasData() bool
- func (*SetTypeResponse) ProtoMessage()
- func (x *SetTypeResponse) ProtoReflect() protoreflect.Message
- func (x *SetTypeResponse) Reset()
- func (x *SetTypeResponse) SetData(v *Type)
- func (x *SetTypeResponse) String() string
- type SetTypeResponse_builder
- type SetTypeWithModuleRequest
- func (x *SetTypeWithModuleRequest) ClearExclusive()
- func (x *SetTypeWithModuleRequest) ClearInfo()
- func (x *SetTypeWithModuleRequest) ClearInherit()
- func (x *SetTypeWithModuleRequest) ClearKey()
- func (x *SetTypeWithModuleRequest) ClearTypeId()
- func (x *SetTypeWithModuleRequest) GetExclusive() bool
- func (x *SetTypeWithModuleRequest) GetInfo() *structpb.Struct
- func (x *SetTypeWithModuleRequest) GetInherit() bool
- func (x *SetTypeWithModuleRequest) GetKey() string
- func (x *SetTypeWithModuleRequest) GetModuleId() uint64
- func (x *SetTypeWithModuleRequest) GetTypeId() uint64
- func (x *SetTypeWithModuleRequest) HasExclusive() bool
- func (x *SetTypeWithModuleRequest) HasInfo() bool
- func (x *SetTypeWithModuleRequest) HasInherit() bool
- func (x *SetTypeWithModuleRequest) HasKey() bool
- func (x *SetTypeWithModuleRequest) HasTypeId() bool
- func (*SetTypeWithModuleRequest) ProtoMessage()
- func (x *SetTypeWithModuleRequest) ProtoReflect() protoreflect.Message
- func (x *SetTypeWithModuleRequest) Reset()
- func (x *SetTypeWithModuleRequest) SetExclusive(v bool)
- func (x *SetTypeWithModuleRequest) SetInfo(v *structpb.Struct)
- func (x *SetTypeWithModuleRequest) SetInherit(v bool)
- func (x *SetTypeWithModuleRequest) SetKey(v string)
- func (x *SetTypeWithModuleRequest) SetModuleId(v uint64)
- func (x *SetTypeWithModuleRequest) SetTypeId(v uint64)
- func (x *SetTypeWithModuleRequest) String() string
- type SetTypeWithModuleRequest_builder
- type SetTypeWithModuleResponse
- func (x *SetTypeWithModuleResponse) ClearData()
- func (x *SetTypeWithModuleResponse) GetData() *Type
- func (x *SetTypeWithModuleResponse) HasData() bool
- func (*SetTypeWithModuleResponse) ProtoMessage()
- func (x *SetTypeWithModuleResponse) ProtoReflect() protoreflect.Message
- func (x *SetTypeWithModuleResponse) Reset()
- func (x *SetTypeWithModuleResponse) SetData(v *Type)
- func (x *SetTypeWithModuleResponse) String() string
- type SetTypeWithModuleResponse_builder
- type Tag
- func (x *Tag) ClearCreatedAt()
- func (x *Tag) ClearData()
- func (x *Tag) ClearDeletedAt()
- func (x *Tag) ClearInfo()
- func (x *Tag) ClearUpdatedAt()
- func (x *Tag) GetCreatedAt() *v1.Time
- func (x *Tag) GetData() *structpb.Struct
- func (x *Tag) GetDeletedAt() *v1.Time
- func (x *Tag) GetId() uint64
- func (x *Tag) GetInfo() *structpb.Struct
- func (x *Tag) GetKey() string
- func (x *Tag) GetParentId() uint64
- func (x *Tag) GetTypeId() uint64
- func (x *Tag) GetUpdatedAt() *v1.Time
- func (x *Tag) HasCreatedAt() bool
- func (x *Tag) HasData() bool
- func (x *Tag) HasDeletedAt() bool
- func (x *Tag) HasInfo() bool
- func (x *Tag) HasUpdatedAt() bool
- func (*Tag) ProtoMessage()
- func (x *Tag) ProtoReflect() protoreflect.Message
- func (x *Tag) Reset()
- func (x *Tag) SetCreatedAt(v *v1.Time)
- func (x *Tag) SetData(v *structpb.Struct)
- func (x *Tag) SetDeletedAt(v *v1.Time)
- func (x *Tag) SetId(v uint64)
- func (x *Tag) SetInfo(v *structpb.Struct)
- func (x *Tag) SetKey(v string)
- func (x *Tag) SetParentId(v uint64)
- func (x *Tag) SetTypeId(v uint64)
- func (x *Tag) SetUpdatedAt(v *v1.Time)
- func (x *Tag) String() string
- type TagIDTreeize
- func (x *TagIDTreeize) GetChild() []*TagIDTreeize
- func (x *TagIDTreeize) GetId() uint64
- func (*TagIDTreeize) ProtoMessage()
- func (x *TagIDTreeize) ProtoReflect() protoreflect.Message
- func (x *TagIDTreeize) Reset()
- func (x *TagIDTreeize) SetChild(v []*TagIDTreeize)
- func (x *TagIDTreeize) SetId(v uint64)
- func (x *TagIDTreeize) String() string
- type TagIDTreeize_builder
- type Tag_builder
- type Type
- func (x *Type) ClearCreatedAt()
- func (x *Type) ClearDeletedAt()
- func (x *Type) ClearInfo()
- func (x *Type) ClearUpdatedAt()
- func (x *Type) GetCreatedAt() *v1.Time
- func (x *Type) GetDeletedAt() *v1.Time
- func (x *Type) GetExclusive() bool
- func (x *Type) GetId() uint64
- func (x *Type) GetInfo() *structpb.Struct
- func (x *Type) GetInherit() bool
- func (x *Type) GetKey() string
- func (x *Type) GetUpdatedAt() *v1.Time
- func (x *Type) HasCreatedAt() bool
- func (x *Type) HasDeletedAt() bool
- func (x *Type) HasInfo() bool
- func (x *Type) HasUpdatedAt() bool
- func (*Type) ProtoMessage()
- func (x *Type) ProtoReflect() protoreflect.Message
- func (x *Type) Reset()
- func (x *Type) SetCreatedAt(v *v1.Time)
- func (x *Type) SetDeletedAt(v *v1.Time)
- func (x *Type) SetExclusive(v bool)
- func (x *Type) SetId(v uint64)
- func (x *Type) SetInfo(v *structpb.Struct)
- func (x *Type) SetInherit(v bool)
- func (x *Type) SetKey(v string)
- func (x *Type) SetUpdatedAt(v *v1.Time)
- func (x *Type) String() string
- type Type_builder
- type UnbindRelationRequest
- func (x *UnbindRelationRequest) GetExternalId() uint64
- func (x *UnbindRelationRequest) GetModuleId() uint64
- func (x *UnbindRelationRequest) GetTagId() uint64
- func (*UnbindRelationRequest) ProtoMessage()
- func (x *UnbindRelationRequest) ProtoReflect() protoreflect.Message
- func (x *UnbindRelationRequest) Reset()
- func (x *UnbindRelationRequest) SetExternalId(v uint64)
- func (x *UnbindRelationRequest) SetModuleId(v uint64)
- func (x *UnbindRelationRequest) SetTagId(v uint64)
- func (x *UnbindRelationRequest) String() string
- type UnbindRelationRequest_builder
- type UnbindRelationResponse
- func (x *UnbindRelationResponse) GetCleanTagId() []uint64
- func (*UnbindRelationResponse) ProtoMessage()
- func (x *UnbindRelationResponse) ProtoReflect() protoreflect.Message
- func (x *UnbindRelationResponse) Reset()
- func (x *UnbindRelationResponse) SetCleanTagId(v []uint64)
- func (x *UnbindRelationResponse) String() string
- type UnbindRelationResponse_builder
- type UpdateModuleVisibleTypeRequest
- func (x *UpdateModuleVisibleTypeRequest) GetId() []uint64
- func (x *UpdateModuleVisibleTypeRequest) GetVisibleType() []uint64
- func (*UpdateModuleVisibleTypeRequest) ProtoMessage()
- func (x *UpdateModuleVisibleTypeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateModuleVisibleTypeRequest) Reset()
- func (x *UpdateModuleVisibleTypeRequest) SetId(v []uint64)
- func (x *UpdateModuleVisibleTypeRequest) SetVisibleType(v []uint64)
- func (x *UpdateModuleVisibleTypeRequest) String() string
- type UpdateModuleVisibleTypeRequest_builder
- type UpdateModuleVisibleTypeResponse
- type UpdateModuleVisibleTypeResponse_builder
- type UpdateTagParentRequest
- func (x *UpdateTagParentRequest) GetId() []uint64
- func (x *UpdateTagParentRequest) GetParentId() uint64
- func (*UpdateTagParentRequest) ProtoMessage()
- func (x *UpdateTagParentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTagParentRequest) Reset()
- func (x *UpdateTagParentRequest) SetId(v []uint64)
- func (x *UpdateTagParentRequest) SetParentId(v uint64)
- func (x *UpdateTagParentRequest) String() string
- type UpdateTagParentRequest_builder
- type UpdateTagParentResponse
- type UpdateTagParentResponse_builder
- type UpdateTagTypeRequest
- func (x *UpdateTagTypeRequest) GetId() []uint64
- func (x *UpdateTagTypeRequest) GetTypeId() uint64
- func (*UpdateTagTypeRequest) ProtoMessage()
- func (x *UpdateTagTypeRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTagTypeRequest) Reset()
- func (x *UpdateTagTypeRequest) SetId(v []uint64)
- func (x *UpdateTagTypeRequest) SetTypeId(v uint64)
- func (x *UpdateTagTypeRequest) String() string
- type UpdateTagTypeRequest_builder
- type UpdateTagTypeResponse
- type UpdateTagTypeResponse_builder
- type UpdateTypeExclusiveRequest
- func (x *UpdateTypeExclusiveRequest) GetExclusive() bool
- func (x *UpdateTypeExclusiveRequest) GetId() []uint64
- func (*UpdateTypeExclusiveRequest) ProtoMessage()
- func (x *UpdateTypeExclusiveRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTypeExclusiveRequest) Reset()
- func (x *UpdateTypeExclusiveRequest) SetExclusive(v bool)
- func (x *UpdateTypeExclusiveRequest) SetId(v []uint64)
- func (x *UpdateTypeExclusiveRequest) String() string
- type UpdateTypeExclusiveRequest_builder
- type UpdateTypeExclusiveResponse
- type UpdateTypeExclusiveResponse_builder
- type UpdateTypeInheritRequest
- func (x *UpdateTypeInheritRequest) GetId() []uint64
- func (x *UpdateTypeInheritRequest) GetInherit() bool
- func (*UpdateTypeInheritRequest) ProtoMessage()
- func (x *UpdateTypeInheritRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTypeInheritRequest) Reset()
- func (x *UpdateTypeInheritRequest) SetId(v []uint64)
- func (x *UpdateTypeInheritRequest) SetInherit(v bool)
- func (x *UpdateTypeInheritRequest) String() string
- type UpdateTypeInheritRequest_builder
- type UpdateTypeInheritResponse
- type UpdateTypeInheritResponse_builder
Constants ¶
View Source
const GetTagIDTreeizeRequest_From_not_set_case case_GetTagIDTreeizeRequest_From = 0
View Source
const GetTagIDTreeizeRequest_TagId_case case_GetTagIDTreeizeRequest_From = 1
View Source
const GetTagIDTreeizeRequest_TypeId_case case_GetTagIDTreeizeRequest_From = 2
Variables ¶
View Source
var File_tag_v1_module_proto protoreflect.FileDescriptor
View Source
var File_tag_v1_relation_proto protoreflect.FileDescriptor
View Source
var File_tag_v1_service_base_proto protoreflect.FileDescriptor
View Source
var File_tag_v1_service_internal_proto protoreflect.FileDescriptor
View Source
var File_tag_v1_service_relation_proto protoreflect.FileDescriptor
View Source
var File_tag_v1_tag_proto protoreflect.FileDescriptor
View Source
var File_tag_v1_type_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AddTagRequest ¶
type AddTagRequest struct {
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
TypeId uint64 `protobuf:"fixed64,2,opt,name=type_id,json=typeId,proto3" json:"type_id,omitempty"`
ParentId uint64 `protobuf:"fixed64,3,opt,name=parent_id,json=parentId,proto3" json:"parent_id,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"`
// contains filtered or unexported fields
}
func (*AddTagRequest) ClearData ¶
func (x *AddTagRequest) ClearData()
func (*AddTagRequest) ClearInfo ¶
func (x *AddTagRequest) ClearInfo()
func (*AddTagRequest) GetData ¶
func (x *AddTagRequest) GetData() *structpb.Struct
func (*AddTagRequest) GetInfo ¶
func (x *AddTagRequest) GetInfo() *structpb.Struct
func (*AddTagRequest) GetKey ¶
func (x *AddTagRequest) GetKey() string
func (*AddTagRequest) GetParentId ¶
func (x *AddTagRequest) GetParentId() uint64
func (*AddTagRequest) GetTypeId ¶
func (x *AddTagRequest) GetTypeId() uint64
func (*AddTagRequest) HasData ¶
func (x *AddTagRequest) HasData() bool
func (*AddTagRequest) HasInfo ¶
func (x *AddTagRequest) HasInfo() bool
func (*AddTagRequest) ProtoMessage ¶
func (*AddTagRequest) ProtoMessage()
func (*AddTagRequest) ProtoReflect ¶
func (x *AddTagRequest) ProtoReflect() protoreflect.Message
func (*AddTagRequest) Reset ¶
func (x *AddTagRequest) Reset()
func (*AddTagRequest) SetData ¶
func (x *AddTagRequest) SetData(v *structpb.Struct)
func (*AddTagRequest) SetInfo ¶
func (x *AddTagRequest) SetInfo(v *structpb.Struct)
func (*AddTagRequest) SetKey ¶
func (x *AddTagRequest) SetKey(v string)
func (*AddTagRequest) SetParentId ¶
func (x *AddTagRequest) SetParentId(v uint64)
func (*AddTagRequest) SetTypeId ¶
func (x *AddTagRequest) SetTypeId(v uint64)
func (*AddTagRequest) String ¶
func (x *AddTagRequest) String() string
type AddTagRequest_builder ¶
type AddTagRequest_builder struct {
Key string
TypeId uint64
ParentId uint64
Data *structpb.Struct
Info *structpb.Struct
// contains filtered or unexported fields
}
func (AddTagRequest_builder) Build ¶
func (b0 AddTagRequest_builder) Build() *AddTagRequest
type AddTagResponse ¶
type AddTagResponse struct {
Data *Tag `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*AddTagResponse) ClearData ¶
func (x *AddTagResponse) ClearData()
func (*AddTagResponse) GetData ¶
func (x *AddTagResponse) GetData() *Tag
func (*AddTagResponse) HasData ¶
func (x *AddTagResponse) HasData() bool
func (*AddTagResponse) ProtoMessage ¶
func (*AddTagResponse) ProtoMessage()
func (*AddTagResponse) ProtoReflect ¶
func (x *AddTagResponse) ProtoReflect() protoreflect.Message
func (*AddTagResponse) Reset ¶
func (x *AddTagResponse) Reset()
func (*AddTagResponse) SetData ¶
func (x *AddTagResponse) SetData(v *Tag)
func (*AddTagResponse) String ¶
func (x *AddTagResponse) String() string
type AddTagResponse_builder ¶
type AddTagResponse_builder struct {
Data *Tag
// contains filtered or unexported fields
}
func (AddTagResponse_builder) Build ¶
func (b0 AddTagResponse_builder) Build() *AddTagResponse
type BindRelationRequest ¶
type BindRelationRequest struct {
ModuleId uint64 `protobuf:"fixed64,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
ExternalId uint64 `protobuf:"fixed64,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
TagId uint64 `protobuf:"fixed64,3,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
Data *structpb.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*BindRelationRequest) ClearData ¶
func (x *BindRelationRequest) ClearData()
func (*BindRelationRequest) GetData ¶
func (x *BindRelationRequest) GetData() *structpb.Struct
func (*BindRelationRequest) GetExternalId ¶
func (x *BindRelationRequest) GetExternalId() uint64
func (*BindRelationRequest) GetModuleId ¶
func (x *BindRelationRequest) GetModuleId() uint64
func (*BindRelationRequest) GetTagId ¶
func (x *BindRelationRequest) GetTagId() uint64
func (*BindRelationRequest) HasData ¶
func (x *BindRelationRequest) HasData() bool
func (*BindRelationRequest) ProtoMessage ¶
func (*BindRelationRequest) ProtoMessage()
func (*BindRelationRequest) ProtoReflect ¶
func (x *BindRelationRequest) ProtoReflect() protoreflect.Message
func (*BindRelationRequest) Reset ¶
func (x *BindRelationRequest) Reset()
func (*BindRelationRequest) SetData ¶
func (x *BindRelationRequest) SetData(v *structpb.Struct)
func (*BindRelationRequest) SetExternalId ¶
func (x *BindRelationRequest) SetExternalId(v uint64)
func (*BindRelationRequest) SetModuleId ¶
func (x *BindRelationRequest) SetModuleId(v uint64)
func (*BindRelationRequest) SetTagId ¶
func (x *BindRelationRequest) SetTagId(v uint64)
func (*BindRelationRequest) String ¶
func (x *BindRelationRequest) String() string
type BindRelationRequest_builder ¶
type BindRelationRequest_builder struct {
ModuleId uint64
ExternalId uint64
TagId uint64
Data *structpb.Struct
// contains filtered or unexported fields
}
func (BindRelationRequest_builder) Build ¶
func (b0 BindRelationRequest_builder) Build() *BindRelationRequest
type BindRelationResponse ¶
type BindRelationResponse struct {
CleanTagId []uint64 `protobuf:"fixed64,1,rep,packed,name=clean_tag_id,json=cleanTagId,proto3" json:"clean_tag_id,omitempty"`
InheritTagId []uint64 `protobuf:"fixed64,2,rep,packed,name=inherit_tag_id,json=inheritTagId,proto3" json:"inherit_tag_id,omitempty"`
// contains filtered or unexported fields
}
func (*BindRelationResponse) GetCleanTagId ¶
func (x *BindRelationResponse) GetCleanTagId() []uint64
func (*BindRelationResponse) GetInheritTagId ¶
func (x *BindRelationResponse) GetInheritTagId() []uint64
func (*BindRelationResponse) ProtoMessage ¶
func (*BindRelationResponse) ProtoMessage()
func (*BindRelationResponse) ProtoReflect ¶
func (x *BindRelationResponse) ProtoReflect() protoreflect.Message
func (*BindRelationResponse) Reset ¶
func (x *BindRelationResponse) Reset()
func (*BindRelationResponse) SetCleanTagId ¶
func (x *BindRelationResponse) SetCleanTagId(v []uint64)
func (*BindRelationResponse) SetInheritTagId ¶
func (x *BindRelationResponse) SetInheritTagId(v []uint64)
func (*BindRelationResponse) String ¶
func (x *BindRelationResponse) String() string
type BindRelationResponse_builder ¶
type BindRelationResponse_builder struct {
CleanTagId []uint64
InheritTagId []uint64
// contains filtered or unexported fields
}
func (BindRelationResponse_builder) Build ¶
func (b0 BindRelationResponse_builder) Build() *BindRelationResponse
type BindTagToExternalRequest ¶
type BindTagToExternalRequest struct {
ModuleId uint64 `protobuf:"fixed64,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
ExternalId uint64 `protobuf:"fixed64,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
TagId []uint64 `protobuf:"fixed64,3,rep,packed,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
// contains filtered or unexported fields
}
func (*BindTagToExternalRequest) GetExternalId ¶
func (x *BindTagToExternalRequest) GetExternalId() uint64
func (*BindTagToExternalRequest) GetModuleId ¶
func (x *BindTagToExternalRequest) GetModuleId() uint64
func (*BindTagToExternalRequest) GetTagId ¶
func (x *BindTagToExternalRequest) GetTagId() []uint64
func (*BindTagToExternalRequest) ProtoMessage ¶
func (*BindTagToExternalRequest) ProtoMessage()
func (*BindTagToExternalRequest) ProtoReflect ¶
func (x *BindTagToExternalRequest) ProtoReflect() protoreflect.Message
func (*BindTagToExternalRequest) Reset ¶
func (x *BindTagToExternalRequest) Reset()
func (*BindTagToExternalRequest) SetExternalId ¶
func (x *BindTagToExternalRequest) SetExternalId(v uint64)
func (*BindTagToExternalRequest) SetModuleId ¶
func (x *BindTagToExternalRequest) SetModuleId(v uint64)
func (*BindTagToExternalRequest) SetTagId ¶
func (x *BindTagToExternalRequest) SetTagId(v []uint64)
func (*BindTagToExternalRequest) String ¶
func (x *BindTagToExternalRequest) String() string
type BindTagToExternalRequest_builder ¶
type BindTagToExternalRequest_builder struct {
ModuleId uint64
ExternalId uint64
TagId []uint64
// contains filtered or unexported fields
}
func (BindTagToExternalRequest_builder) Build ¶
func (b0 BindTagToExternalRequest_builder) Build() *BindTagToExternalRequest
type BindTagToExternalResponse ¶
type BindTagToExternalResponse struct {
CleanTagId []uint64 `protobuf:"fixed64,1,rep,packed,name=clean_tag_id,json=cleanTagId,proto3" json:"clean_tag_id,omitempty"`
InheritTagId []uint64 `protobuf:"fixed64,2,rep,packed,name=inherit_tag_id,json=inheritTagId,proto3" json:"inherit_tag_id,omitempty"`
// contains filtered or unexported fields
}
func (*BindTagToExternalResponse) GetCleanTagId ¶
func (x *BindTagToExternalResponse) GetCleanTagId() []uint64
func (*BindTagToExternalResponse) GetInheritTagId ¶
func (x *BindTagToExternalResponse) GetInheritTagId() []uint64
func (*BindTagToExternalResponse) ProtoMessage ¶
func (*BindTagToExternalResponse) ProtoMessage()
func (*BindTagToExternalResponse) ProtoReflect ¶
func (x *BindTagToExternalResponse) ProtoReflect() protoreflect.Message
func (*BindTagToExternalResponse) Reset ¶
func (x *BindTagToExternalResponse) Reset()
func (*BindTagToExternalResponse) SetCleanTagId ¶
func (x *BindTagToExternalResponse) SetCleanTagId(v []uint64)
func (*BindTagToExternalResponse) SetInheritTagId ¶
func (x *BindTagToExternalResponse) SetInheritTagId(v []uint64)
func (*BindTagToExternalResponse) String ¶
func (x *BindTagToExternalResponse) String() string
type BindTagToExternalResponse_builder ¶
type BindTagToExternalResponse_builder struct {
CleanTagId []uint64
InheritTagId []uint64
// contains filtered or unexported fields
}
func (BindTagToExternalResponse_builder) Build ¶
func (b0 BindTagToExternalResponse_builder) Build() *BindTagToExternalResponse
type DeleteModuleRequest ¶
type DeleteModuleRequest struct {
Id []uint64 `protobuf:"fixed64,1,rep,packed,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteModuleRequest) GetId ¶
func (x *DeleteModuleRequest) GetId() []uint64
func (*DeleteModuleRequest) ProtoMessage ¶
func (*DeleteModuleRequest) ProtoMessage()
func (*DeleteModuleRequest) ProtoReflect ¶
func (x *DeleteModuleRequest) ProtoReflect() protoreflect.Message
func (*DeleteModuleRequest) Reset ¶
func (x *DeleteModuleRequest) Reset()
func (*DeleteModuleRequest) SetId ¶
func (x *DeleteModuleRequest) SetId(v []uint64)
func (*DeleteModuleRequest) String ¶
func (x *DeleteModuleRequest) String() string
type DeleteModuleRequest_builder ¶
type DeleteModuleRequest_builder struct {
Id []uint64
// contains filtered or unexported fields
}
func (DeleteModuleRequest_builder) Build ¶
func (b0 DeleteModuleRequest_builder) Build() *DeleteModuleRequest
type DeleteModuleResponse ¶
type DeleteModuleResponse struct {
// contains filtered or unexported fields
}
func (*DeleteModuleResponse) ProtoMessage ¶
func (*DeleteModuleResponse) ProtoMessage()
func (*DeleteModuleResponse) ProtoReflect ¶
func (x *DeleteModuleResponse) ProtoReflect() protoreflect.Message
func (*DeleteModuleResponse) Reset ¶
func (x *DeleteModuleResponse) Reset()
func (*DeleteModuleResponse) String ¶
func (x *DeleteModuleResponse) String() string
type DeleteModuleResponse_builder ¶
type DeleteModuleResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteModuleResponse_builder) Build ¶
func (b0 DeleteModuleResponse_builder) Build() *DeleteModuleResponse
type DeleteRelationRequest ¶
type DeleteRelationRequest struct {
ModuleId uint64 `protobuf:"fixed64,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
ExternalId uint64 `protobuf:"fixed64,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
TagId uint64 `protobuf:"fixed64,3,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteRelationRequest) GetExternalId ¶
func (x *DeleteRelationRequest) GetExternalId() uint64
func (*DeleteRelationRequest) GetModuleId ¶
func (x *DeleteRelationRequest) GetModuleId() uint64
func (*DeleteRelationRequest) GetTagId ¶
func (x *DeleteRelationRequest) GetTagId() uint64
func (*DeleteRelationRequest) ProtoMessage ¶
func (*DeleteRelationRequest) ProtoMessage()
func (*DeleteRelationRequest) ProtoReflect ¶
func (x *DeleteRelationRequest) ProtoReflect() protoreflect.Message
func (*DeleteRelationRequest) Reset ¶
func (x *DeleteRelationRequest) Reset()
func (*DeleteRelationRequest) SetExternalId ¶
func (x *DeleteRelationRequest) SetExternalId(v uint64)
func (*DeleteRelationRequest) SetModuleId ¶
func (x *DeleteRelationRequest) SetModuleId(v uint64)
func (*DeleteRelationRequest) SetTagId ¶
func (x *DeleteRelationRequest) SetTagId(v uint64)
func (*DeleteRelationRequest) String ¶
func (x *DeleteRelationRequest) String() string
type DeleteRelationRequest_builder ¶
type DeleteRelationRequest_builder struct {
ModuleId uint64
ExternalId uint64
TagId uint64
// contains filtered or unexported fields
}
func (DeleteRelationRequest_builder) Build ¶
func (b0 DeleteRelationRequest_builder) Build() *DeleteRelationRequest
type DeleteRelationResponse ¶
type DeleteRelationResponse struct {
// contains filtered or unexported fields
}
func (*DeleteRelationResponse) ProtoMessage ¶
func (*DeleteRelationResponse) ProtoMessage()
func (*DeleteRelationResponse) ProtoReflect ¶
func (x *DeleteRelationResponse) ProtoReflect() protoreflect.Message
func (*DeleteRelationResponse) Reset ¶
func (x *DeleteRelationResponse) Reset()
func (*DeleteRelationResponse) String ¶
func (x *DeleteRelationResponse) String() string
type DeleteRelationResponse_builder ¶
type DeleteRelationResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteRelationResponse_builder) Build ¶
func (b0 DeleteRelationResponse_builder) Build() *DeleteRelationResponse
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 DeleteTagWithModuleRequest ¶
type DeleteTagWithModuleRequest struct {
ModuleId uint64 `protobuf:"fixed64,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
TagId []uint64 `protobuf:"fixed64,2,rep,packed,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteTagWithModuleRequest) GetModuleId ¶
func (x *DeleteTagWithModuleRequest) GetModuleId() uint64
func (*DeleteTagWithModuleRequest) GetTagId ¶
func (x *DeleteTagWithModuleRequest) GetTagId() []uint64
func (*DeleteTagWithModuleRequest) ProtoMessage ¶
func (*DeleteTagWithModuleRequest) ProtoMessage()
func (*DeleteTagWithModuleRequest) ProtoReflect ¶
func (x *DeleteTagWithModuleRequest) ProtoReflect() protoreflect.Message
func (*DeleteTagWithModuleRequest) Reset ¶
func (x *DeleteTagWithModuleRequest) Reset()
func (*DeleteTagWithModuleRequest) SetModuleId ¶
func (x *DeleteTagWithModuleRequest) SetModuleId(v uint64)
func (*DeleteTagWithModuleRequest) SetTagId ¶
func (x *DeleteTagWithModuleRequest) SetTagId(v []uint64)
func (*DeleteTagWithModuleRequest) String ¶
func (x *DeleteTagWithModuleRequest) String() string
type DeleteTagWithModuleRequest_builder ¶
type DeleteTagWithModuleRequest_builder struct {
ModuleId uint64
TagId []uint64
// contains filtered or unexported fields
}
func (DeleteTagWithModuleRequest_builder) Build ¶
func (b0 DeleteTagWithModuleRequest_builder) Build() *DeleteTagWithModuleRequest
type DeleteTagWithModuleResponse ¶
type DeleteTagWithModuleResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTagWithModuleResponse) ProtoMessage ¶
func (*DeleteTagWithModuleResponse) ProtoMessage()
func (*DeleteTagWithModuleResponse) ProtoReflect ¶
func (x *DeleteTagWithModuleResponse) ProtoReflect() protoreflect.Message
func (*DeleteTagWithModuleResponse) Reset ¶
func (x *DeleteTagWithModuleResponse) Reset()
func (*DeleteTagWithModuleResponse) String ¶
func (x *DeleteTagWithModuleResponse) String() string
type DeleteTagWithModuleResponse_builder ¶
type DeleteTagWithModuleResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteTagWithModuleResponse_builder) Build ¶
func (b0 DeleteTagWithModuleResponse_builder) Build() *DeleteTagWithModuleResponse
type DeleteTypeRequest ¶
type DeleteTypeRequest struct {
Id []uint64 `protobuf:"fixed64,1,rep,packed,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteTypeRequest) GetId ¶
func (x *DeleteTypeRequest) GetId() []uint64
func (*DeleteTypeRequest) ProtoMessage ¶
func (*DeleteTypeRequest) ProtoMessage()
func (*DeleteTypeRequest) ProtoReflect ¶
func (x *DeleteTypeRequest) ProtoReflect() protoreflect.Message
func (*DeleteTypeRequest) Reset ¶
func (x *DeleteTypeRequest) Reset()
func (*DeleteTypeRequest) SetId ¶
func (x *DeleteTypeRequest) SetId(v []uint64)
func (*DeleteTypeRequest) String ¶
func (x *DeleteTypeRequest) String() string
type DeleteTypeRequest_builder ¶
type DeleteTypeRequest_builder struct {
Id []uint64
// contains filtered or unexported fields
}
func (DeleteTypeRequest_builder) Build ¶
func (b0 DeleteTypeRequest_builder) Build() *DeleteTypeRequest
type DeleteTypeResponse ¶
type DeleteTypeResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTypeResponse) ProtoMessage ¶
func (*DeleteTypeResponse) ProtoMessage()
func (*DeleteTypeResponse) ProtoReflect ¶
func (x *DeleteTypeResponse) ProtoReflect() protoreflect.Message
func (*DeleteTypeResponse) Reset ¶
func (x *DeleteTypeResponse) Reset()
func (*DeleteTypeResponse) String ¶
func (x *DeleteTypeResponse) String() string
type DeleteTypeResponse_builder ¶
type DeleteTypeResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteTypeResponse_builder) Build ¶
func (b0 DeleteTypeResponse_builder) Build() *DeleteTypeResponse
type DeleteTypeWithModuleRequest ¶
type DeleteTypeWithModuleRequest struct {
ModuleId uint64 `protobuf:"fixed64,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
TypeId []uint64 `protobuf:"fixed64,2,rep,packed,name=type_id,json=typeId,proto3" json:"type_id,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteTypeWithModuleRequest) GetModuleId ¶
func (x *DeleteTypeWithModuleRequest) GetModuleId() uint64
func (*DeleteTypeWithModuleRequest) GetTypeId ¶
func (x *DeleteTypeWithModuleRequest) GetTypeId() []uint64
func (*DeleteTypeWithModuleRequest) ProtoMessage ¶
func (*DeleteTypeWithModuleRequest) ProtoMessage()
func (*DeleteTypeWithModuleRequest) ProtoReflect ¶
func (x *DeleteTypeWithModuleRequest) ProtoReflect() protoreflect.Message
func (*DeleteTypeWithModuleRequest) Reset ¶
func (x *DeleteTypeWithModuleRequest) Reset()
func (*DeleteTypeWithModuleRequest) SetModuleId ¶
func (x *DeleteTypeWithModuleRequest) SetModuleId(v uint64)
func (*DeleteTypeWithModuleRequest) SetTypeId ¶
func (x *DeleteTypeWithModuleRequest) SetTypeId(v []uint64)
func (*DeleteTypeWithModuleRequest) String ¶
func (x *DeleteTypeWithModuleRequest) String() string
type DeleteTypeWithModuleRequest_builder ¶
type DeleteTypeWithModuleRequest_builder struct {
ModuleId uint64
TypeId []uint64
// contains filtered or unexported fields
}
func (DeleteTypeWithModuleRequest_builder) Build ¶
func (b0 DeleteTypeWithModuleRequest_builder) Build() *DeleteTypeWithModuleRequest
type DeleteTypeWithModuleResponse ¶
type DeleteTypeWithModuleResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTypeWithModuleResponse) ProtoMessage ¶
func (*DeleteTypeWithModuleResponse) ProtoMessage()
func (*DeleteTypeWithModuleResponse) ProtoReflect ¶
func (x *DeleteTypeWithModuleResponse) ProtoReflect() protoreflect.Message
func (*DeleteTypeWithModuleResponse) Reset ¶
func (x *DeleteTypeWithModuleResponse) Reset()
func (*DeleteTypeWithModuleResponse) String ¶
func (x *DeleteTypeWithModuleResponse) String() string
type DeleteTypeWithModuleResponse_builder ¶
type DeleteTypeWithModuleResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteTypeWithModuleResponse_builder) Build ¶
func (b0 DeleteTypeWithModuleResponse_builder) Build() *DeleteTypeWithModuleResponse
type DestroyExternalRelationRequest ¶
type DestroyExternalRelationRequest struct {
ModuleId uint64 `protobuf:"fixed64,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
ExternalId []uint64 `protobuf:"fixed64,2,rep,packed,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
// contains filtered or unexported fields
}
func (*DestroyExternalRelationRequest) GetExternalId ¶
func (x *DestroyExternalRelationRequest) GetExternalId() []uint64
func (*DestroyExternalRelationRequest) GetModuleId ¶
func (x *DestroyExternalRelationRequest) GetModuleId() uint64
func (*DestroyExternalRelationRequest) ProtoMessage ¶
func (*DestroyExternalRelationRequest) ProtoMessage()
func (*DestroyExternalRelationRequest) ProtoReflect ¶
func (x *DestroyExternalRelationRequest) ProtoReflect() protoreflect.Message
func (*DestroyExternalRelationRequest) Reset ¶
func (x *DestroyExternalRelationRequest) Reset()
func (*DestroyExternalRelationRequest) SetExternalId ¶
func (x *DestroyExternalRelationRequest) SetExternalId(v []uint64)
func (*DestroyExternalRelationRequest) SetModuleId ¶
func (x *DestroyExternalRelationRequest) SetModuleId(v uint64)
func (*DestroyExternalRelationRequest) String ¶
func (x *DestroyExternalRelationRequest) String() string
type DestroyExternalRelationRequest_builder ¶
type DestroyExternalRelationRequest_builder struct {
ModuleId uint64
ExternalId []uint64
// contains filtered or unexported fields
}
func (DestroyExternalRelationRequest_builder) Build ¶
func (b0 DestroyExternalRelationRequest_builder) Build() *DestroyExternalRelationRequest
type DestroyExternalRelationResponse ¶
type DestroyExternalRelationResponse struct {
// contains filtered or unexported fields
}
func (*DestroyExternalRelationResponse) ProtoMessage ¶
func (*DestroyExternalRelationResponse) ProtoMessage()
func (*DestroyExternalRelationResponse) ProtoReflect ¶
func (x *DestroyExternalRelationResponse) ProtoReflect() protoreflect.Message
func (*DestroyExternalRelationResponse) Reset ¶
func (x *DestroyExternalRelationResponse) Reset()
func (*DestroyExternalRelationResponse) String ¶
func (x *DestroyExternalRelationResponse) String() string
type DestroyExternalRelationResponse_builder ¶
type DestroyExternalRelationResponse_builder struct {
// contains filtered or unexported fields
}
func (DestroyExternalRelationResponse_builder) Build ¶
func (b0 DestroyExternalRelationResponse_builder) Build() *DestroyExternalRelationResponse
type DestroyTagRelationRequest ¶
type DestroyTagRelationRequest struct {
TagId uint64 `protobuf:"fixed64,1,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
ModuleId []uint64 `protobuf:"fixed64,2,rep,packed,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
// contains filtered or unexported fields
}
func (*DestroyTagRelationRequest) GetModuleId ¶
func (x *DestroyTagRelationRequest) GetModuleId() []uint64
func (*DestroyTagRelationRequest) GetTagId ¶
func (x *DestroyTagRelationRequest) GetTagId() uint64
func (*DestroyTagRelationRequest) ProtoMessage ¶
func (*DestroyTagRelationRequest) ProtoMessage()
func (*DestroyTagRelationRequest) ProtoReflect ¶
func (x *DestroyTagRelationRequest) ProtoReflect() protoreflect.Message
func (*DestroyTagRelationRequest) Reset ¶
func (x *DestroyTagRelationRequest) Reset()
func (*DestroyTagRelationRequest) SetModuleId ¶
func (x *DestroyTagRelationRequest) SetModuleId(v []uint64)
func (*DestroyTagRelationRequest) SetTagId ¶
func (x *DestroyTagRelationRequest) SetTagId(v uint64)
func (*DestroyTagRelationRequest) String ¶
func (x *DestroyTagRelationRequest) String() string
type DestroyTagRelationRequest_builder ¶
type DestroyTagRelationRequest_builder struct {
TagId uint64
ModuleId []uint64
// contains filtered or unexported fields
}
func (DestroyTagRelationRequest_builder) Build ¶
func (b0 DestroyTagRelationRequest_builder) Build() *DestroyTagRelationRequest
type DestroyTagRelationResponse ¶
type DestroyTagRelationResponse struct {
// contains filtered or unexported fields
}
func (*DestroyTagRelationResponse) ProtoMessage ¶
func (*DestroyTagRelationResponse) ProtoMessage()
func (*DestroyTagRelationResponse) ProtoReflect ¶
func (x *DestroyTagRelationResponse) ProtoReflect() protoreflect.Message
func (*DestroyTagRelationResponse) Reset ¶
func (x *DestroyTagRelationResponse) Reset()
func (*DestroyTagRelationResponse) String ¶
func (x *DestroyTagRelationResponse) String() string
type DestroyTagRelationResponse_builder ¶
type DestroyTagRelationResponse_builder struct {
// contains filtered or unexported fields
}
func (DestroyTagRelationResponse_builder) Build ¶
func (b0 DestroyTagRelationResponse_builder) Build() *DestroyTagRelationResponse
type GetAllByModuleRequest ¶
type GetAllByModuleRequest struct {
ModuleId uint64 `protobuf:"fixed64,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetAllByModuleRequest) GetModuleId ¶
func (x *GetAllByModuleRequest) GetModuleId() uint64
func (*GetAllByModuleRequest) ProtoMessage ¶
func (*GetAllByModuleRequest) ProtoMessage()
func (*GetAllByModuleRequest) ProtoReflect ¶
func (x *GetAllByModuleRequest) ProtoReflect() protoreflect.Message
func (*GetAllByModuleRequest) Reset ¶
func (x *GetAllByModuleRequest) Reset()
func (*GetAllByModuleRequest) SetModuleId ¶
func (x *GetAllByModuleRequest) SetModuleId(v uint64)
func (*GetAllByModuleRequest) String ¶
func (x *GetAllByModuleRequest) String() string
type GetAllByModuleRequest_builder ¶
type GetAllByModuleRequest_builder struct {
ModuleId uint64
// contains filtered or unexported fields
}
func (GetAllByModuleRequest_builder) Build ¶
func (b0 GetAllByModuleRequest_builder) Build() *GetAllByModuleRequest
type GetAllByModuleResponse ¶
type GetAllByModuleResponse struct {
Type []*Type `protobuf:"bytes,1,rep,name=type,proto3" json:"type,omitempty"`
Tag []*Tag `protobuf:"bytes,2,rep,name=tag,proto3" json:"tag,omitempty"`
// contains filtered or unexported fields
}
func (*GetAllByModuleResponse) GetTag ¶
func (x *GetAllByModuleResponse) GetTag() []*Tag
func (*GetAllByModuleResponse) GetType ¶
func (x *GetAllByModuleResponse) GetType() []*Type
func (*GetAllByModuleResponse) ProtoMessage ¶
func (*GetAllByModuleResponse) ProtoMessage()
func (*GetAllByModuleResponse) ProtoReflect ¶
func (x *GetAllByModuleResponse) ProtoReflect() protoreflect.Message
func (*GetAllByModuleResponse) Reset ¶
func (x *GetAllByModuleResponse) Reset()
func (*GetAllByModuleResponse) SetTag ¶
func (x *GetAllByModuleResponse) SetTag(v []*Tag)
func (*GetAllByModuleResponse) SetType ¶
func (x *GetAllByModuleResponse) SetType(v []*Type)
func (*GetAllByModuleResponse) String ¶
func (x *GetAllByModuleResponse) String() string
type GetAllByModuleResponse_builder ¶
type GetAllByModuleResponse_builder struct {
Type []*Type
Tag []*Tag
// contains filtered or unexported fields
}
func (GetAllByModuleResponse_builder) Build ¶
func (b0 GetAllByModuleResponse_builder) Build() *GetAllByModuleResponse
type GetTagIDTreeizeRequest ¶
type GetTagIDTreeizeRequest struct {
// Types that are valid to be assigned to From:
//
// *GetTagIDTreeizeRequest_TagId
// *GetTagIDTreeizeRequest_TypeId
From isGetTagIDTreeizeRequest_From `protobuf_oneof:"from"`
// contains filtered or unexported fields
}
func (*GetTagIDTreeizeRequest) ClearFrom ¶
func (x *GetTagIDTreeizeRequest) ClearFrom()
func (*GetTagIDTreeizeRequest) ClearTagId ¶
func (x *GetTagIDTreeizeRequest) ClearTagId()
func (*GetTagIDTreeizeRequest) ClearTypeId ¶
func (x *GetTagIDTreeizeRequest) ClearTypeId()
func (*GetTagIDTreeizeRequest) GetFrom ¶
func (x *GetTagIDTreeizeRequest) GetFrom() isGetTagIDTreeizeRequest_From
func (*GetTagIDTreeizeRequest) GetTagId ¶
func (x *GetTagIDTreeizeRequest) GetTagId() uint64
func (*GetTagIDTreeizeRequest) GetTypeId ¶
func (x *GetTagIDTreeizeRequest) GetTypeId() uint64
func (*GetTagIDTreeizeRequest) HasFrom ¶
func (x *GetTagIDTreeizeRequest) HasFrom() bool
func (*GetTagIDTreeizeRequest) HasTagId ¶
func (x *GetTagIDTreeizeRequest) HasTagId() bool
func (*GetTagIDTreeizeRequest) HasTypeId ¶
func (x *GetTagIDTreeizeRequest) HasTypeId() bool
func (*GetTagIDTreeizeRequest) ProtoMessage ¶
func (*GetTagIDTreeizeRequest) ProtoMessage()
func (*GetTagIDTreeizeRequest) ProtoReflect ¶
func (x *GetTagIDTreeizeRequest) ProtoReflect() protoreflect.Message
func (*GetTagIDTreeizeRequest) Reset ¶
func (x *GetTagIDTreeizeRequest) Reset()
func (*GetTagIDTreeizeRequest) SetTagId ¶
func (x *GetTagIDTreeizeRequest) SetTagId(v uint64)
func (*GetTagIDTreeizeRequest) SetTypeId ¶
func (x *GetTagIDTreeizeRequest) SetTypeId(v uint64)
func (*GetTagIDTreeizeRequest) String ¶
func (x *GetTagIDTreeizeRequest) String() string
func (*GetTagIDTreeizeRequest) WhichFrom ¶
func (x *GetTagIDTreeizeRequest) WhichFrom() case_GetTagIDTreeizeRequest_From
type GetTagIDTreeizeRequest_TagId ¶
type GetTagIDTreeizeRequest_TagId struct {
TagId uint64 `protobuf:"fixed64,1,opt,name=tag_id,json=tagId,proto3,oneof"`
}
type GetTagIDTreeizeRequest_TypeId ¶
type GetTagIDTreeizeRequest_TypeId struct {
TypeId uint64 `protobuf:"fixed64,2,opt,name=type_id,json=typeId,proto3,oneof"`
}
type GetTagIDTreeizeRequest_builder ¶
type GetTagIDTreeizeRequest_builder struct {
// Fields of oneof From:
TagId *uint64
TypeId *uint64
// contains filtered or unexported fields
}
func (GetTagIDTreeizeRequest_builder) Build ¶
func (b0 GetTagIDTreeizeRequest_builder) Build() *GetTagIDTreeizeRequest
type GetTagIDTreeizeResponse ¶
type GetTagIDTreeizeResponse struct {
Data *TagIDTreeize `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
Type *Type `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
// contains filtered or unexported fields
}
func (*GetTagIDTreeizeResponse) ClearData ¶
func (x *GetTagIDTreeizeResponse) ClearData()
func (*GetTagIDTreeizeResponse) ClearType ¶
func (x *GetTagIDTreeizeResponse) ClearType()
func (*GetTagIDTreeizeResponse) GetData ¶
func (x *GetTagIDTreeizeResponse) GetData() *TagIDTreeize
func (*GetTagIDTreeizeResponse) GetType ¶
func (x *GetTagIDTreeizeResponse) GetType() *Type
func (*GetTagIDTreeizeResponse) HasData ¶
func (x *GetTagIDTreeizeResponse) HasData() bool
func (*GetTagIDTreeizeResponse) HasType ¶
func (x *GetTagIDTreeizeResponse) HasType() bool
func (*GetTagIDTreeizeResponse) ProtoMessage ¶
func (*GetTagIDTreeizeResponse) ProtoMessage()
func (*GetTagIDTreeizeResponse) ProtoReflect ¶
func (x *GetTagIDTreeizeResponse) ProtoReflect() protoreflect.Message
func (*GetTagIDTreeizeResponse) Reset ¶
func (x *GetTagIDTreeizeResponse) Reset()
func (*GetTagIDTreeizeResponse) SetData ¶
func (x *GetTagIDTreeizeResponse) SetData(v *TagIDTreeize)
func (*GetTagIDTreeizeResponse) SetType ¶
func (x *GetTagIDTreeizeResponse) SetType(v *Type)
func (*GetTagIDTreeizeResponse) String ¶
func (x *GetTagIDTreeizeResponse) String() string
type GetTagIDTreeizeResponse_builder ¶
type GetTagIDTreeizeResponse_builder struct {
Data *TagIDTreeize
Type *Type
// contains filtered or unexported fields
}
func (GetTagIDTreeizeResponse_builder) Build ¶
func (b0 GetTagIDTreeizeResponse_builder) Build() *GetTagIDTreeizeResponse
type ListModuleRequest ¶
type ListModuleRequest 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"`
Key []string `protobuf:"bytes,4,rep,name=key,proto3" json:"key,omitempty"`
Info *structpb.Struct `protobuf:"bytes,5,opt,name=info,proto3,oneof" json:"info,omitempty"`
// contains filtered or unexported fields
}
func (*ListModuleRequest) ClearInfo ¶
func (x *ListModuleRequest) ClearInfo()
func (*ListModuleRequest) ClearPagination ¶
func (x *ListModuleRequest) ClearPagination()
func (*ListModuleRequest) GetId ¶
func (x *ListModuleRequest) GetId() []uint64
func (*ListModuleRequest) GetInfo ¶
func (x *ListModuleRequest) GetInfo() *structpb.Struct
func (*ListModuleRequest) GetKey ¶
func (x *ListModuleRequest) GetKey() []string
func (*ListModuleRequest) GetPagination ¶
func (x *ListModuleRequest) GetPagination() *v1.Pagination
func (*ListModuleRequest) GetSort ¶
func (x *ListModuleRequest) GetSort() []*v1.Sort
func (*ListModuleRequest) HasInfo ¶
func (x *ListModuleRequest) HasInfo() bool
func (*ListModuleRequest) HasPagination ¶
func (x *ListModuleRequest) HasPagination() bool
func (*ListModuleRequest) ProtoMessage ¶
func (*ListModuleRequest) ProtoMessage()
func (*ListModuleRequest) ProtoReflect ¶
func (x *ListModuleRequest) ProtoReflect() protoreflect.Message
func (*ListModuleRequest) Reset ¶
func (x *ListModuleRequest) Reset()
func (*ListModuleRequest) SetId ¶
func (x *ListModuleRequest) SetId(v []uint64)
func (*ListModuleRequest) SetInfo ¶
func (x *ListModuleRequest) SetInfo(v *structpb.Struct)
func (*ListModuleRequest) SetKey ¶
func (x *ListModuleRequest) SetKey(v []string)
func (*ListModuleRequest) SetPagination ¶
func (x *ListModuleRequest) SetPagination(v *v1.Pagination)
func (*ListModuleRequest) SetSort ¶
func (x *ListModuleRequest) SetSort(v []*v1.Sort)
func (*ListModuleRequest) String ¶
func (x *ListModuleRequest) String() string
type ListModuleRequest_builder ¶
type ListModuleRequest_builder struct {
Pagination *v1.Pagination
Sort []*v1.Sort
Id []uint64
Key []string
Info *structpb.Struct
// contains filtered or unexported fields
}
func (ListModuleRequest_builder) Build ¶
func (b0 ListModuleRequest_builder) Build() *ListModuleRequest
type ListModuleResponse ¶
type ListModuleResponse struct {
Data []*Module `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 (*ListModuleResponse) GetCount ¶
func (x *ListModuleResponse) GetCount() int64
func (*ListModuleResponse) GetData ¶
func (x *ListModuleResponse) GetData() []*Module
func (*ListModuleResponse) ProtoMessage ¶
func (*ListModuleResponse) ProtoMessage()
func (*ListModuleResponse) ProtoReflect ¶
func (x *ListModuleResponse) ProtoReflect() protoreflect.Message
func (*ListModuleResponse) Reset ¶
func (x *ListModuleResponse) Reset()
func (*ListModuleResponse) SetCount ¶
func (x *ListModuleResponse) SetCount(v int64)
func (*ListModuleResponse) SetData ¶
func (x *ListModuleResponse) SetData(v []*Module)
func (*ListModuleResponse) String ¶
func (x *ListModuleResponse) String() string
type ListModuleResponse_builder ¶
type ListModuleResponse_builder struct {
Data []*Module
Count int64
// contains filtered or unexported fields
}
func (ListModuleResponse_builder) Build ¶
func (b0 ListModuleResponse_builder) Build() *ListModuleResponse
type ListRelationRequest ¶
type ListRelationRequest 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"`
ModuleId []uint64 `protobuf:"fixed64,3,rep,packed,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
ExternalId []uint64 `protobuf:"fixed64,4,rep,packed,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
TagId []uint64 `protobuf:"fixed64,5,rep,packed,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
SourceId []uint64 `protobuf:"fixed64,6,rep,packed,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"`
Data *structpb.Struct `protobuf:"bytes,7,opt,name=data,proto3,oneof" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*ListRelationRequest) ClearData ¶
func (x *ListRelationRequest) ClearData()
func (*ListRelationRequest) ClearPagination ¶
func (x *ListRelationRequest) ClearPagination()
func (*ListRelationRequest) GetData ¶
func (x *ListRelationRequest) GetData() *structpb.Struct
func (*ListRelationRequest) GetExternalId ¶
func (x *ListRelationRequest) GetExternalId() []uint64
func (*ListRelationRequest) GetModuleId ¶
func (x *ListRelationRequest) GetModuleId() []uint64
func (*ListRelationRequest) GetPagination ¶
func (x *ListRelationRequest) GetPagination() *v1.Pagination
func (*ListRelationRequest) GetSort ¶
func (x *ListRelationRequest) GetSort() []*v1.Sort
func (*ListRelationRequest) GetSourceId ¶
func (x *ListRelationRequest) GetSourceId() []uint64
func (*ListRelationRequest) GetTagId ¶
func (x *ListRelationRequest) GetTagId() []uint64
func (*ListRelationRequest) HasData ¶
func (x *ListRelationRequest) HasData() bool
func (*ListRelationRequest) HasPagination ¶
func (x *ListRelationRequest) HasPagination() bool
func (*ListRelationRequest) ProtoMessage ¶
func (*ListRelationRequest) ProtoMessage()
func (*ListRelationRequest) ProtoReflect ¶
func (x *ListRelationRequest) ProtoReflect() protoreflect.Message
func (*ListRelationRequest) Reset ¶
func (x *ListRelationRequest) Reset()
func (*ListRelationRequest) SetData ¶
func (x *ListRelationRequest) SetData(v *structpb.Struct)
func (*ListRelationRequest) SetExternalId ¶
func (x *ListRelationRequest) SetExternalId(v []uint64)
func (*ListRelationRequest) SetModuleId ¶
func (x *ListRelationRequest) SetModuleId(v []uint64)
func (*ListRelationRequest) SetPagination ¶
func (x *ListRelationRequest) SetPagination(v *v1.Pagination)
func (*ListRelationRequest) SetSort ¶
func (x *ListRelationRequest) SetSort(v []*v1.Sort)
func (*ListRelationRequest) SetSourceId ¶
func (x *ListRelationRequest) SetSourceId(v []uint64)
func (*ListRelationRequest) SetTagId ¶
func (x *ListRelationRequest) SetTagId(v []uint64)
func (*ListRelationRequest) String ¶
func (x *ListRelationRequest) String() string
type ListRelationRequest_builder ¶
type ListRelationRequest_builder struct {
Pagination *v1.Pagination
Sort []*v1.Sort
ModuleId []uint64
ExternalId []uint64
TagId []uint64
SourceId []uint64
Data *structpb.Struct
// contains filtered or unexported fields
}
func (ListRelationRequest_builder) Build ¶
func (b0 ListRelationRequest_builder) Build() *ListRelationRequest
type ListRelationResponse ¶
type ListRelationResponse struct {
Data []*Relation `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 (*ListRelationResponse) GetCount ¶
func (x *ListRelationResponse) GetCount() int64
func (*ListRelationResponse) GetData ¶
func (x *ListRelationResponse) GetData() []*Relation
func (*ListRelationResponse) ProtoMessage ¶
func (*ListRelationResponse) ProtoMessage()
func (*ListRelationResponse) ProtoReflect ¶
func (x *ListRelationResponse) ProtoReflect() protoreflect.Message
func (*ListRelationResponse) Reset ¶
func (x *ListRelationResponse) Reset()
func (*ListRelationResponse) SetCount ¶
func (x *ListRelationResponse) SetCount(v int64)
func (*ListRelationResponse) SetData ¶
func (x *ListRelationResponse) SetData(v []*Relation)
func (*ListRelationResponse) String ¶
func (x *ListRelationResponse) String() string
type ListRelationResponse_builder ¶
type ListRelationResponse_builder struct {
Data []*Relation
Count int64
// contains filtered or unexported fields
}
func (ListRelationResponse_builder) Build ¶
func (b0 ListRelationResponse_builder) Build() *ListRelationResponse
type ListTagRequest ¶
type ListTagRequest 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"`
Key []string `protobuf:"bytes,4,rep,name=key,proto3" json:"key,omitempty"`
TypeId []uint64 `protobuf:"fixed64,5,rep,packed,name=type_id,json=typeId,proto3" json:"type_id,omitempty"`
ParentId []uint64 `protobuf:"fixed64,6,rep,packed,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
Data *structpb.Struct `protobuf:"bytes,7,opt,name=data,proto3,oneof" json:"data,omitempty"`
Info *structpb.Struct `protobuf:"bytes,8,opt,name=info,proto3,oneof" json:"info,omitempty"`
ModuleId []uint64 `protobuf:"fixed64,9,rep,packed,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
// contains filtered or unexported fields
}
func (*ListTagRequest) ClearData ¶
func (x *ListTagRequest) ClearData()
func (*ListTagRequest) ClearInfo ¶
func (x *ListTagRequest) ClearInfo()
func (*ListTagRequest) ClearPagination ¶
func (x *ListTagRequest) ClearPagination()
func (*ListTagRequest) GetData ¶
func (x *ListTagRequest) GetData() *structpb.Struct
func (*ListTagRequest) GetId ¶
func (x *ListTagRequest) GetId() []uint64
func (*ListTagRequest) GetInfo ¶
func (x *ListTagRequest) GetInfo() *structpb.Struct
func (*ListTagRequest) GetKey ¶
func (x *ListTagRequest) GetKey() []string
func (*ListTagRequest) GetModuleId ¶
func (x *ListTagRequest) GetModuleId() []uint64
func (*ListTagRequest) GetPagination ¶
func (x *ListTagRequest) GetPagination() *v1.Pagination
func (*ListTagRequest) GetParentId ¶
func (x *ListTagRequest) GetParentId() []uint64
func (*ListTagRequest) GetSort ¶
func (x *ListTagRequest) GetSort() []*v1.Sort
func (*ListTagRequest) GetTypeId ¶
func (x *ListTagRequest) GetTypeId() []uint64
func (*ListTagRequest) HasData ¶
func (x *ListTagRequest) HasData() bool
func (*ListTagRequest) HasInfo ¶
func (x *ListTagRequest) HasInfo() bool
func (*ListTagRequest) HasPagination ¶
func (x *ListTagRequest) HasPagination() bool
func (*ListTagRequest) ProtoMessage ¶
func (*ListTagRequest) ProtoMessage()
func (*ListTagRequest) ProtoReflect ¶
func (x *ListTagRequest) ProtoReflect() protoreflect.Message
func (*ListTagRequest) Reset ¶
func (x *ListTagRequest) Reset()
func (*ListTagRequest) SetData ¶
func (x *ListTagRequest) SetData(v *structpb.Struct)
func (*ListTagRequest) SetId ¶
func (x *ListTagRequest) SetId(v []uint64)
func (*ListTagRequest) SetInfo ¶
func (x *ListTagRequest) SetInfo(v *structpb.Struct)
func (*ListTagRequest) SetKey ¶
func (x *ListTagRequest) SetKey(v []string)
func (*ListTagRequest) SetModuleId ¶
func (x *ListTagRequest) SetModuleId(v []uint64)
func (*ListTagRequest) SetPagination ¶
func (x *ListTagRequest) SetPagination(v *v1.Pagination)
func (*ListTagRequest) SetParentId ¶
func (x *ListTagRequest) SetParentId(v []uint64)
func (*ListTagRequest) SetSort ¶
func (x *ListTagRequest) SetSort(v []*v1.Sort)
func (*ListTagRequest) SetTypeId ¶
func (x *ListTagRequest) SetTypeId(v []uint64)
func (*ListTagRequest) String ¶
func (x *ListTagRequest) String() string
type ListTagRequest_builder ¶
type ListTagRequest_builder struct {
Pagination *v1.Pagination
Sort []*v1.Sort
Id []uint64
Key []string
TypeId []uint64
ParentId []uint64
Data *structpb.Struct
Info *structpb.Struct
ModuleId []uint64
// contains filtered or unexported fields
}
func (ListTagRequest_builder) Build ¶
func (b0 ListTagRequest_builder) Build() *ListTagRequest
type ListTagResponse ¶
type ListTagResponse struct {
Data []*Tag `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 (*ListTagResponse) GetCount ¶
func (x *ListTagResponse) GetCount() int64
func (*ListTagResponse) GetData ¶
func (x *ListTagResponse) GetData() []*Tag
func (*ListTagResponse) ProtoMessage ¶
func (*ListTagResponse) ProtoMessage()
func (*ListTagResponse) ProtoReflect ¶
func (x *ListTagResponse) ProtoReflect() protoreflect.Message
func (*ListTagResponse) Reset ¶
func (x *ListTagResponse) Reset()
func (*ListTagResponse) SetCount ¶
func (x *ListTagResponse) SetCount(v int64)
func (*ListTagResponse) SetData ¶
func (x *ListTagResponse) SetData(v []*Tag)
func (*ListTagResponse) String ¶
func (x *ListTagResponse) String() string
type ListTagResponse_builder ¶
type ListTagResponse_builder struct {
Data []*Tag
Count int64
// contains filtered or unexported fields
}
func (ListTagResponse_builder) Build ¶
func (b0 ListTagResponse_builder) Build() *ListTagResponse
type ListTypeRequest ¶
type ListTypeRequest 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"`
Key []string `protobuf:"bytes,4,rep,name=key,proto3" json:"key,omitempty"`
Info *structpb.Struct `protobuf:"bytes,5,opt,name=info,proto3,oneof" json:"info,omitempty"`
Inherit *bool `protobuf:"varint,6,opt,name=inherit,proto3,oneof" json:"inherit,omitempty"`
Exclusive *bool `protobuf:"varint,7,opt,name=exclusive,proto3,oneof" json:"exclusive,omitempty"`
ModuleId []uint64 `protobuf:"fixed64,8,rep,packed,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
// contains filtered or unexported fields
}
func (*ListTypeRequest) ClearExclusive ¶
func (x *ListTypeRequest) ClearExclusive()
func (*ListTypeRequest) ClearInfo ¶
func (x *ListTypeRequest) ClearInfo()
func (*ListTypeRequest) ClearInherit ¶
func (x *ListTypeRequest) ClearInherit()
func (*ListTypeRequest) ClearPagination ¶
func (x *ListTypeRequest) ClearPagination()
func (*ListTypeRequest) GetExclusive ¶
func (x *ListTypeRequest) GetExclusive() bool
func (*ListTypeRequest) GetId ¶
func (x *ListTypeRequest) GetId() []uint64
func (*ListTypeRequest) GetInfo ¶
func (x *ListTypeRequest) GetInfo() *structpb.Struct
func (*ListTypeRequest) GetInherit ¶
func (x *ListTypeRequest) GetInherit() bool
func (*ListTypeRequest) GetKey ¶
func (x *ListTypeRequest) GetKey() []string
func (*ListTypeRequest) GetModuleId ¶
func (x *ListTypeRequest) GetModuleId() []uint64
func (*ListTypeRequest) GetPagination ¶
func (x *ListTypeRequest) GetPagination() *v1.Pagination
func (*ListTypeRequest) GetSort ¶
func (x *ListTypeRequest) GetSort() []*v1.Sort
func (*ListTypeRequest) HasExclusive ¶
func (x *ListTypeRequest) HasExclusive() bool
func (*ListTypeRequest) HasInfo ¶
func (x *ListTypeRequest) HasInfo() bool
func (*ListTypeRequest) HasInherit ¶
func (x *ListTypeRequest) HasInherit() bool
func (*ListTypeRequest) HasPagination ¶
func (x *ListTypeRequest) HasPagination() bool
func (*ListTypeRequest) ProtoMessage ¶
func (*ListTypeRequest) ProtoMessage()
func (*ListTypeRequest) ProtoReflect ¶
func (x *ListTypeRequest) ProtoReflect() protoreflect.Message
func (*ListTypeRequest) Reset ¶
func (x *ListTypeRequest) Reset()
func (*ListTypeRequest) SetExclusive ¶
func (x *ListTypeRequest) SetExclusive(v bool)
func (*ListTypeRequest) SetId ¶
func (x *ListTypeRequest) SetId(v []uint64)
func (*ListTypeRequest) SetInfo ¶
func (x *ListTypeRequest) SetInfo(v *structpb.Struct)
func (*ListTypeRequest) SetInherit ¶
func (x *ListTypeRequest) SetInherit(v bool)
func (*ListTypeRequest) SetKey ¶
func (x *ListTypeRequest) SetKey(v []string)
func (*ListTypeRequest) SetModuleId ¶
func (x *ListTypeRequest) SetModuleId(v []uint64)
func (*ListTypeRequest) SetPagination ¶
func (x *ListTypeRequest) SetPagination(v *v1.Pagination)
func (*ListTypeRequest) SetSort ¶
func (x *ListTypeRequest) SetSort(v []*v1.Sort)
func (*ListTypeRequest) String ¶
func (x *ListTypeRequest) String() string
type ListTypeRequest_builder ¶
type ListTypeRequest_builder struct {
Pagination *v1.Pagination
Sort []*v1.Sort
Id []uint64
Key []string
Info *structpb.Struct
Inherit *bool
Exclusive *bool
ModuleId []uint64
// contains filtered or unexported fields
}
func (ListTypeRequest_builder) Build ¶
func (b0 ListTypeRequest_builder) Build() *ListTypeRequest
type ListTypeResponse ¶
type ListTypeResponse struct {
Data []*Type `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 (*ListTypeResponse) GetCount ¶
func (x *ListTypeResponse) GetCount() int64
func (*ListTypeResponse) GetData ¶
func (x *ListTypeResponse) GetData() []*Type
func (*ListTypeResponse) ProtoMessage ¶
func (*ListTypeResponse) ProtoMessage()
func (*ListTypeResponse) ProtoReflect ¶
func (x *ListTypeResponse) ProtoReflect() protoreflect.Message
func (*ListTypeResponse) Reset ¶
func (x *ListTypeResponse) Reset()
func (*ListTypeResponse) SetCount ¶
func (x *ListTypeResponse) SetCount(v int64)
func (*ListTypeResponse) SetData ¶
func (x *ListTypeResponse) SetData(v []*Type)
func (*ListTypeResponse) String ¶
func (x *ListTypeResponse) String() string
type ListTypeResponse_builder ¶
type ListTypeResponse_builder struct {
Data []*Type
Count int64
// contains filtered or unexported fields
}
func (ListTypeResponse_builder) Build ¶
func (b0 ListTypeResponse_builder) Build() *ListTypeResponse
type Module ¶
type Module struct {
Id uint64 `protobuf:"fixed64,1,opt,name=id,proto3" json:"id,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
Info *structpb.Struct `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
VisibleType []uint64 `protobuf:"fixed64,4,rep,packed,name=visible_type,json=visibleType,proto3" json:"visible_type,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 (*Module) ProtoReflect ¶
func (x *Module) ProtoReflect() protoreflect.Message
type Module_builder ¶
type Module_builder struct {
Id uint64
Key string
Info *structpb.Struct
VisibleType []uint64
CreatedAt *v1.Time
UpdatedAt *v1.Time
DeletedAt *v1.Time
// contains filtered or unexported fields
}
func (Module_builder) Build ¶
func (b0 Module_builder) Build() *Module
type RegisterModuleRequest ¶
type RegisterModuleRequest struct {
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
// contains filtered or unexported fields
}
func (*RegisterModuleRequest) GetKey ¶
func (x *RegisterModuleRequest) GetKey() string
func (*RegisterModuleRequest) ProtoMessage ¶
func (*RegisterModuleRequest) ProtoMessage()
func (*RegisterModuleRequest) ProtoReflect ¶
func (x *RegisterModuleRequest) ProtoReflect() protoreflect.Message
func (*RegisterModuleRequest) Reset ¶
func (x *RegisterModuleRequest) Reset()
func (*RegisterModuleRequest) SetKey ¶
func (x *RegisterModuleRequest) SetKey(v string)
func (*RegisterModuleRequest) String ¶
func (x *RegisterModuleRequest) String() string
type RegisterModuleRequest_builder ¶
type RegisterModuleRequest_builder struct {
Key string
// contains filtered or unexported fields
}
func (RegisterModuleRequest_builder) Build ¶
func (b0 RegisterModuleRequest_builder) Build() *RegisterModuleRequest
type RegisterModuleResponse ¶
type RegisterModuleResponse struct {
Data *Module `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*RegisterModuleResponse) ClearData ¶
func (x *RegisterModuleResponse) ClearData()
func (*RegisterModuleResponse) GetData ¶
func (x *RegisterModuleResponse) GetData() *Module
func (*RegisterModuleResponse) HasData ¶
func (x *RegisterModuleResponse) HasData() bool
func (*RegisterModuleResponse) ProtoMessage ¶
func (*RegisterModuleResponse) ProtoMessage()
func (*RegisterModuleResponse) ProtoReflect ¶
func (x *RegisterModuleResponse) ProtoReflect() protoreflect.Message
func (*RegisterModuleResponse) Reset ¶
func (x *RegisterModuleResponse) Reset()
func (*RegisterModuleResponse) SetData ¶
func (x *RegisterModuleResponse) SetData(v *Module)
func (*RegisterModuleResponse) String ¶
func (x *RegisterModuleResponse) String() string
type RegisterModuleResponse_builder ¶
type RegisterModuleResponse_builder struct {
Data *Module
// contains filtered or unexported fields
}
func (RegisterModuleResponse_builder) Build ¶
func (b0 RegisterModuleResponse_builder) Build() *RegisterModuleResponse
type RegisterTagRequest ¶
type RegisterTagRequest struct {
Data []*Tag `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // only allow write key/data, key: {module-key}:{type-key}:{tag-key}
// contains filtered or unexported fields
}
func (*RegisterTagRequest) GetData ¶
func (x *RegisterTagRequest) GetData() []*Tag
func (*RegisterTagRequest) ProtoMessage ¶
func (*RegisterTagRequest) ProtoMessage()
func (*RegisterTagRequest) ProtoReflect ¶
func (x *RegisterTagRequest) ProtoReflect() protoreflect.Message
func (*RegisterTagRequest) Reset ¶
func (x *RegisterTagRequest) Reset()
func (*RegisterTagRequest) SetData ¶
func (x *RegisterTagRequest) SetData(v []*Tag)
func (*RegisterTagRequest) String ¶
func (x *RegisterTagRequest) String() string
type RegisterTagRequest_builder ¶
type RegisterTagRequest_builder struct {
Data []*Tag
// contains filtered or unexported fields
}
func (RegisterTagRequest_builder) Build ¶
func (b0 RegisterTagRequest_builder) Build() *RegisterTagRequest
type RegisterTagResponse ¶
type RegisterTagResponse struct {
Data []*Tag `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*RegisterTagResponse) GetData ¶
func (x *RegisterTagResponse) GetData() []*Tag
func (*RegisterTagResponse) ProtoMessage ¶
func (*RegisterTagResponse) ProtoMessage()
func (*RegisterTagResponse) ProtoReflect ¶
func (x *RegisterTagResponse) ProtoReflect() protoreflect.Message
func (*RegisterTagResponse) Reset ¶
func (x *RegisterTagResponse) Reset()
func (*RegisterTagResponse) SetData ¶
func (x *RegisterTagResponse) SetData(v []*Tag)
func (*RegisterTagResponse) String ¶
func (x *RegisterTagResponse) String() string
type RegisterTagResponse_builder ¶
type RegisterTagResponse_builder struct {
Data []*Tag
// contains filtered or unexported fields
}
func (RegisterTagResponse_builder) Build ¶
func (b0 RegisterTagResponse_builder) Build() *RegisterTagResponse
type Relation ¶
type Relation struct {
ModuleId uint64 `protobuf:"fixed64,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
ExternalId uint64 `protobuf:"fixed64,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
TagId uint64 `protobuf:"fixed64,3,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
SourceId uint64 `protobuf:"fixed64,4,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"`
Data *structpb.Struct `protobuf:"bytes,5,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 (*Relation) ProtoReflect ¶
func (x *Relation) ProtoReflect() protoreflect.Message
type Relation_builder ¶
type Relation_builder struct {
ModuleId uint64
ExternalId uint64
TagId uint64
SourceId uint64
Data *structpb.Struct
CreatedAt *v1.Time
UpdatedAt *v1.Time
// contains filtered or unexported fields
}
func (Relation_builder) Build ¶
func (b0 Relation_builder) Build() *Relation
type SetModuleInfoRequest ¶
type SetModuleInfoRequest 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 (*SetModuleInfoRequest) ClearInfo ¶
func (x *SetModuleInfoRequest) ClearInfo()
func (*SetModuleInfoRequest) GetId ¶
func (x *SetModuleInfoRequest) GetId() uint64
func (*SetModuleInfoRequest) GetInfo ¶
func (x *SetModuleInfoRequest) GetInfo() *structpb.Struct
func (*SetModuleInfoRequest) HasInfo ¶
func (x *SetModuleInfoRequest) HasInfo() bool
func (*SetModuleInfoRequest) ProtoMessage ¶
func (*SetModuleInfoRequest) ProtoMessage()
func (*SetModuleInfoRequest) ProtoReflect ¶
func (x *SetModuleInfoRequest) ProtoReflect() protoreflect.Message
func (*SetModuleInfoRequest) Reset ¶
func (x *SetModuleInfoRequest) Reset()
func (*SetModuleInfoRequest) SetId ¶
func (x *SetModuleInfoRequest) SetId(v uint64)
func (*SetModuleInfoRequest) SetInfo ¶
func (x *SetModuleInfoRequest) SetInfo(v *structpb.Struct)
func (*SetModuleInfoRequest) String ¶
func (x *SetModuleInfoRequest) String() string
type SetModuleInfoRequest_builder ¶
type SetModuleInfoRequest_builder struct {
Id uint64
Info *structpb.Struct
// contains filtered or unexported fields
}
func (SetModuleInfoRequest_builder) Build ¶
func (b0 SetModuleInfoRequest_builder) Build() *SetModuleInfoRequest
type SetModuleInfoResponse ¶
type SetModuleInfoResponse struct {
Data *Module `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetModuleInfoResponse) ClearData ¶
func (x *SetModuleInfoResponse) ClearData()
func (*SetModuleInfoResponse) GetData ¶
func (x *SetModuleInfoResponse) GetData() *Module
func (*SetModuleInfoResponse) HasData ¶
func (x *SetModuleInfoResponse) HasData() bool
func (*SetModuleInfoResponse) ProtoMessage ¶
func (*SetModuleInfoResponse) ProtoMessage()
func (*SetModuleInfoResponse) ProtoReflect ¶
func (x *SetModuleInfoResponse) ProtoReflect() protoreflect.Message
func (*SetModuleInfoResponse) Reset ¶
func (x *SetModuleInfoResponse) Reset()
func (*SetModuleInfoResponse) SetData ¶
func (x *SetModuleInfoResponse) SetData(v *Module)
func (*SetModuleInfoResponse) String ¶
func (x *SetModuleInfoResponse) String() string
type SetModuleInfoResponse_builder ¶
type SetModuleInfoResponse_builder struct {
Data *Module
// contains filtered or unexported fields
}
func (SetModuleInfoResponse_builder) Build ¶
func (b0 SetModuleInfoResponse_builder) Build() *SetModuleInfoResponse
type SetModuleRequest ¶
type SetModuleRequest struct {
Id uint64 `protobuf:"fixed64,1,opt,name=id,proto3" json:"id,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
// contains filtered or unexported fields
}
func (*SetModuleRequest) GetId ¶
func (x *SetModuleRequest) GetId() uint64
func (*SetModuleRequest) GetKey ¶
func (x *SetModuleRequest) GetKey() string
func (*SetModuleRequest) ProtoMessage ¶
func (*SetModuleRequest) ProtoMessage()
func (*SetModuleRequest) ProtoReflect ¶
func (x *SetModuleRequest) ProtoReflect() protoreflect.Message
func (*SetModuleRequest) Reset ¶
func (x *SetModuleRequest) Reset()
func (*SetModuleRequest) SetId ¶
func (x *SetModuleRequest) SetId(v uint64)
func (*SetModuleRequest) SetKey ¶
func (x *SetModuleRequest) SetKey(v string)
func (*SetModuleRequest) String ¶
func (x *SetModuleRequest) String() string
type SetModuleRequest_builder ¶
type SetModuleRequest_builder struct {
Id uint64
Key string
// contains filtered or unexported fields
}
func (SetModuleRequest_builder) Build ¶
func (b0 SetModuleRequest_builder) Build() *SetModuleRequest
type SetModuleResponse ¶
type SetModuleResponse struct {
Data *Module `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetModuleResponse) ClearData ¶
func (x *SetModuleResponse) ClearData()
func (*SetModuleResponse) GetData ¶
func (x *SetModuleResponse) GetData() *Module
func (*SetModuleResponse) HasData ¶
func (x *SetModuleResponse) HasData() bool
func (*SetModuleResponse) ProtoMessage ¶
func (*SetModuleResponse) ProtoMessage()
func (*SetModuleResponse) ProtoReflect ¶
func (x *SetModuleResponse) ProtoReflect() protoreflect.Message
func (*SetModuleResponse) Reset ¶
func (x *SetModuleResponse) Reset()
func (*SetModuleResponse) SetData ¶
func (x *SetModuleResponse) SetData(v *Module)
func (*SetModuleResponse) String ¶
func (x *SetModuleResponse) String() string
type SetModuleResponse_builder ¶
type SetModuleResponse_builder struct {
Data *Module
// contains filtered or unexported fields
}
func (SetModuleResponse_builder) Build ¶
func (b0 SetModuleResponse_builder) Build() *SetModuleResponse
type SetRelationRequest ¶
type SetRelationRequest struct {
ModuleId uint64 `protobuf:"fixed64,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
ExternalId uint64 `protobuf:"fixed64,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
TagId uint64 `protobuf:"fixed64,3,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
Data *structpb.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetRelationRequest) ClearData ¶
func (x *SetRelationRequest) ClearData()
func (*SetRelationRequest) GetData ¶
func (x *SetRelationRequest) GetData() *structpb.Struct
func (*SetRelationRequest) GetExternalId ¶
func (x *SetRelationRequest) GetExternalId() uint64
func (*SetRelationRequest) GetModuleId ¶
func (x *SetRelationRequest) GetModuleId() uint64
func (*SetRelationRequest) GetTagId ¶
func (x *SetRelationRequest) GetTagId() uint64
func (*SetRelationRequest) HasData ¶
func (x *SetRelationRequest) HasData() bool
func (*SetRelationRequest) ProtoMessage ¶
func (*SetRelationRequest) ProtoMessage()
func (*SetRelationRequest) ProtoReflect ¶
func (x *SetRelationRequest) ProtoReflect() protoreflect.Message
func (*SetRelationRequest) Reset ¶
func (x *SetRelationRequest) Reset()
func (*SetRelationRequest) SetData ¶
func (x *SetRelationRequest) SetData(v *structpb.Struct)
func (*SetRelationRequest) SetExternalId ¶
func (x *SetRelationRequest) SetExternalId(v uint64)
func (*SetRelationRequest) SetModuleId ¶
func (x *SetRelationRequest) SetModuleId(v uint64)
func (*SetRelationRequest) SetTagId ¶
func (x *SetRelationRequest) SetTagId(v uint64)
func (*SetRelationRequest) String ¶
func (x *SetRelationRequest) String() string
type SetRelationRequest_builder ¶
type SetRelationRequest_builder struct {
ModuleId uint64
ExternalId uint64
TagId uint64
Data *structpb.Struct
// contains filtered or unexported fields
}
func (SetRelationRequest_builder) Build ¶
func (b0 SetRelationRequest_builder) Build() *SetRelationRequest
type SetRelationResponse ¶
type SetRelationResponse struct {
// contains filtered or unexported fields
}
func (*SetRelationResponse) ProtoMessage ¶
func (*SetRelationResponse) ProtoMessage()
func (*SetRelationResponse) ProtoReflect ¶
func (x *SetRelationResponse) ProtoReflect() protoreflect.Message
func (*SetRelationResponse) Reset ¶
func (x *SetRelationResponse) Reset()
func (*SetRelationResponse) String ¶
func (x *SetRelationResponse) String() string
type SetRelationResponse_builder ¶
type SetRelationResponse_builder struct {
// contains filtered or unexported fields
}
func (SetRelationResponse_builder) Build ¶
func (b0 SetRelationResponse_builder) Build() *SetRelationResponse
type SetTagInfoRequest ¶
type SetTagInfoRequest 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 (*SetTagInfoRequest) ClearInfo ¶
func (x *SetTagInfoRequest) ClearInfo()
func (*SetTagInfoRequest) GetId ¶
func (x *SetTagInfoRequest) GetId() uint64
func (*SetTagInfoRequest) GetInfo ¶
func (x *SetTagInfoRequest) GetInfo() *structpb.Struct
func (*SetTagInfoRequest) HasInfo ¶
func (x *SetTagInfoRequest) HasInfo() bool
func (*SetTagInfoRequest) ProtoMessage ¶
func (*SetTagInfoRequest) ProtoMessage()
func (*SetTagInfoRequest) ProtoReflect ¶
func (x *SetTagInfoRequest) ProtoReflect() protoreflect.Message
func (*SetTagInfoRequest) Reset ¶
func (x *SetTagInfoRequest) Reset()
func (*SetTagInfoRequest) SetId ¶
func (x *SetTagInfoRequest) SetId(v uint64)
func (*SetTagInfoRequest) SetInfo ¶
func (x *SetTagInfoRequest) SetInfo(v *structpb.Struct)
func (*SetTagInfoRequest) String ¶
func (x *SetTagInfoRequest) String() string
type SetTagInfoRequest_builder ¶
type SetTagInfoRequest_builder struct {
Id uint64
Info *structpb.Struct
// contains filtered or unexported fields
}
func (SetTagInfoRequest_builder) Build ¶
func (b0 SetTagInfoRequest_builder) Build() *SetTagInfoRequest
type SetTagInfoResponse ¶
type SetTagInfoResponse struct {
Data *Tag `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetTagInfoResponse) ClearData ¶
func (x *SetTagInfoResponse) ClearData()
func (*SetTagInfoResponse) GetData ¶
func (x *SetTagInfoResponse) GetData() *Tag
func (*SetTagInfoResponse) HasData ¶
func (x *SetTagInfoResponse) HasData() bool
func (*SetTagInfoResponse) ProtoMessage ¶
func (*SetTagInfoResponse) ProtoMessage()
func (*SetTagInfoResponse) ProtoReflect ¶
func (x *SetTagInfoResponse) ProtoReflect() protoreflect.Message
func (*SetTagInfoResponse) Reset ¶
func (x *SetTagInfoResponse) Reset()
func (*SetTagInfoResponse) SetData ¶
func (x *SetTagInfoResponse) SetData(v *Tag)
func (*SetTagInfoResponse) String ¶
func (x *SetTagInfoResponse) String() string
type SetTagInfoResponse_builder ¶
type SetTagInfoResponse_builder struct {
Data *Tag
// contains filtered or unexported fields
}
func (SetTagInfoResponse_builder) Build ¶
func (b0 SetTagInfoResponse_builder) Build() *SetTagInfoResponse
type SetTagRequest ¶
type SetTagRequest struct {
Id uint64 `protobuf:"fixed64,1,opt,name=id,proto3" json:"id,omitempty"`
Data *structpb.Struct `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetTagRequest) ClearData ¶
func (x *SetTagRequest) ClearData()
func (*SetTagRequest) GetData ¶
func (x *SetTagRequest) GetData() *structpb.Struct
func (*SetTagRequest) GetId ¶
func (x *SetTagRequest) GetId() uint64
func (*SetTagRequest) HasData ¶
func (x *SetTagRequest) HasData() 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) String ¶
func (x *SetTagRequest) String() string
type SetTagRequest_builder ¶
type SetTagRequest_builder struct {
Id uint64
Data *structpb.Struct
// contains filtered or unexported fields
}
func (SetTagRequest_builder) Build ¶
func (b0 SetTagRequest_builder) Build() *SetTagRequest
type SetTagResponse ¶
type SetTagResponse struct {
Data *Tag `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetTagResponse) ClearData ¶
func (x *SetTagResponse) ClearData()
func (*SetTagResponse) GetData ¶
func (x *SetTagResponse) GetData() *Tag
func (*SetTagResponse) HasData ¶
func (x *SetTagResponse) HasData() bool
func (*SetTagResponse) ProtoMessage ¶
func (*SetTagResponse) ProtoMessage()
func (*SetTagResponse) ProtoReflect ¶
func (x *SetTagResponse) ProtoReflect() protoreflect.Message
func (*SetTagResponse) Reset ¶
func (x *SetTagResponse) Reset()
func (*SetTagResponse) SetData ¶
func (x *SetTagResponse) SetData(v *Tag)
func (*SetTagResponse) String ¶
func (x *SetTagResponse) String() string
type SetTagResponse_builder ¶
type SetTagResponse_builder struct {
Data *Tag
// contains filtered or unexported fields
}
func (SetTagResponse_builder) Build ¶
func (b0 SetTagResponse_builder) Build() *SetTagResponse
type SetTagWithModuleRequest ¶
type SetTagWithModuleRequest struct {
ModuleId uint64 `protobuf:"fixed64,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
TagId *uint64 `protobuf:"fixed64,2,opt,name=tag_id,json=tagId,proto3,oneof" json:"tag_id,omitempty"`
Key *string `protobuf:"bytes,3,opt,name=key,proto3,oneof" json:"key,omitempty"`
TypeId *uint64 `protobuf:"fixed64,4,opt,name=type_id,json=typeId,proto3,oneof" json:"type_id,omitempty"`
ParentId *uint64 `protobuf:"fixed64,5,opt,name=parent_id,json=parentId,proto3,oneof" json:"parent_id,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"`
// contains filtered or unexported fields
}
func (*SetTagWithModuleRequest) ClearData ¶
func (x *SetTagWithModuleRequest) ClearData()
func (*SetTagWithModuleRequest) ClearInfo ¶
func (x *SetTagWithModuleRequest) ClearInfo()
func (*SetTagWithModuleRequest) ClearKey ¶
func (x *SetTagWithModuleRequest) ClearKey()
func (*SetTagWithModuleRequest) ClearParentId ¶
func (x *SetTagWithModuleRequest) ClearParentId()
func (*SetTagWithModuleRequest) ClearTagId ¶
func (x *SetTagWithModuleRequest) ClearTagId()
func (*SetTagWithModuleRequest) ClearTypeId ¶
func (x *SetTagWithModuleRequest) ClearTypeId()
func (*SetTagWithModuleRequest) GetData ¶
func (x *SetTagWithModuleRequest) GetData() *structpb.Struct
func (*SetTagWithModuleRequest) GetInfo ¶
func (x *SetTagWithModuleRequest) GetInfo() *structpb.Struct
func (*SetTagWithModuleRequest) GetKey ¶
func (x *SetTagWithModuleRequest) GetKey() string
func (*SetTagWithModuleRequest) GetModuleId ¶
func (x *SetTagWithModuleRequest) GetModuleId() uint64
func (*SetTagWithModuleRequest) GetParentId ¶
func (x *SetTagWithModuleRequest) GetParentId() uint64
func (*SetTagWithModuleRequest) GetTagId ¶
func (x *SetTagWithModuleRequest) GetTagId() uint64
func (*SetTagWithModuleRequest) GetTypeId ¶
func (x *SetTagWithModuleRequest) GetTypeId() uint64
func (*SetTagWithModuleRequest) HasData ¶
func (x *SetTagWithModuleRequest) HasData() bool
func (*SetTagWithModuleRequest) HasInfo ¶
func (x *SetTagWithModuleRequest) HasInfo() bool
func (*SetTagWithModuleRequest) HasKey ¶
func (x *SetTagWithModuleRequest) HasKey() bool
func (*SetTagWithModuleRequest) HasParentId ¶
func (x *SetTagWithModuleRequest) HasParentId() bool
func (*SetTagWithModuleRequest) HasTagId ¶
func (x *SetTagWithModuleRequest) HasTagId() bool
func (*SetTagWithModuleRequest) HasTypeId ¶
func (x *SetTagWithModuleRequest) HasTypeId() bool
func (*SetTagWithModuleRequest) ProtoMessage ¶
func (*SetTagWithModuleRequest) ProtoMessage()
func (*SetTagWithModuleRequest) ProtoReflect ¶
func (x *SetTagWithModuleRequest) ProtoReflect() protoreflect.Message
func (*SetTagWithModuleRequest) Reset ¶
func (x *SetTagWithModuleRequest) Reset()
func (*SetTagWithModuleRequest) SetData ¶
func (x *SetTagWithModuleRequest) SetData(v *structpb.Struct)
func (*SetTagWithModuleRequest) SetInfo ¶
func (x *SetTagWithModuleRequest) SetInfo(v *structpb.Struct)
func (*SetTagWithModuleRequest) SetKey ¶
func (x *SetTagWithModuleRequest) SetKey(v string)
func (*SetTagWithModuleRequest) SetModuleId ¶
func (x *SetTagWithModuleRequest) SetModuleId(v uint64)
func (*SetTagWithModuleRequest) SetParentId ¶
func (x *SetTagWithModuleRequest) SetParentId(v uint64)
func (*SetTagWithModuleRequest) SetTagId ¶
func (x *SetTagWithModuleRequest) SetTagId(v uint64)
func (*SetTagWithModuleRequest) SetTypeId ¶
func (x *SetTagWithModuleRequest) SetTypeId(v uint64)
func (*SetTagWithModuleRequest) String ¶
func (x *SetTagWithModuleRequest) String() string
type SetTagWithModuleRequest_builder ¶
type SetTagWithModuleRequest_builder struct {
ModuleId uint64
TagId *uint64
Key *string
TypeId *uint64
ParentId *uint64
Data *structpb.Struct
Info *structpb.Struct
// contains filtered or unexported fields
}
func (SetTagWithModuleRequest_builder) Build ¶
func (b0 SetTagWithModuleRequest_builder) Build() *SetTagWithModuleRequest
type SetTagWithModuleResponse ¶
type SetTagWithModuleResponse struct {
// contains filtered or unexported fields
}
func (*SetTagWithModuleResponse) ProtoMessage ¶
func (*SetTagWithModuleResponse) ProtoMessage()
func (*SetTagWithModuleResponse) ProtoReflect ¶
func (x *SetTagWithModuleResponse) ProtoReflect() protoreflect.Message
func (*SetTagWithModuleResponse) Reset ¶
func (x *SetTagWithModuleResponse) Reset()
func (*SetTagWithModuleResponse) String ¶
func (x *SetTagWithModuleResponse) String() string
type SetTagWithModuleResponse_builder ¶
type SetTagWithModuleResponse_builder struct {
// contains filtered or unexported fields
}
func (SetTagWithModuleResponse_builder) Build ¶
func (b0 SetTagWithModuleResponse_builder) Build() *SetTagWithModuleResponse
type SetTypeInfoRequest ¶
type SetTypeInfoRequest 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 (*SetTypeInfoRequest) ClearInfo ¶
func (x *SetTypeInfoRequest) ClearInfo()
func (*SetTypeInfoRequest) GetId ¶
func (x *SetTypeInfoRequest) GetId() uint64
func (*SetTypeInfoRequest) GetInfo ¶
func (x *SetTypeInfoRequest) GetInfo() *structpb.Struct
func (*SetTypeInfoRequest) HasInfo ¶
func (x *SetTypeInfoRequest) HasInfo() bool
func (*SetTypeInfoRequest) ProtoMessage ¶
func (*SetTypeInfoRequest) ProtoMessage()
func (*SetTypeInfoRequest) ProtoReflect ¶
func (x *SetTypeInfoRequest) ProtoReflect() protoreflect.Message
func (*SetTypeInfoRequest) Reset ¶
func (x *SetTypeInfoRequest) Reset()
func (*SetTypeInfoRequest) SetId ¶
func (x *SetTypeInfoRequest) SetId(v uint64)
func (*SetTypeInfoRequest) SetInfo ¶
func (x *SetTypeInfoRequest) SetInfo(v *structpb.Struct)
func (*SetTypeInfoRequest) String ¶
func (x *SetTypeInfoRequest) String() string
type SetTypeInfoRequest_builder ¶
type SetTypeInfoRequest_builder struct {
Id uint64
Info *structpb.Struct
// contains filtered or unexported fields
}
func (SetTypeInfoRequest_builder) Build ¶
func (b0 SetTypeInfoRequest_builder) Build() *SetTypeInfoRequest
type SetTypeInfoResponse ¶
type SetTypeInfoResponse struct {
Data *Type `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetTypeInfoResponse) ClearData ¶
func (x *SetTypeInfoResponse) ClearData()
func (*SetTypeInfoResponse) GetData ¶
func (x *SetTypeInfoResponse) GetData() *Type
func (*SetTypeInfoResponse) HasData ¶
func (x *SetTypeInfoResponse) HasData() bool
func (*SetTypeInfoResponse) ProtoMessage ¶
func (*SetTypeInfoResponse) ProtoMessage()
func (*SetTypeInfoResponse) ProtoReflect ¶
func (x *SetTypeInfoResponse) ProtoReflect() protoreflect.Message
func (*SetTypeInfoResponse) Reset ¶
func (x *SetTypeInfoResponse) Reset()
func (*SetTypeInfoResponse) SetData ¶
func (x *SetTypeInfoResponse) SetData(v *Type)
func (*SetTypeInfoResponse) String ¶
func (x *SetTypeInfoResponse) String() string
type SetTypeInfoResponse_builder ¶
type SetTypeInfoResponse_builder struct {
Data *Type
// contains filtered or unexported fields
}
func (SetTypeInfoResponse_builder) Build ¶
func (b0 SetTypeInfoResponse_builder) Build() *SetTypeInfoResponse
type SetTypeRequest ¶
type SetTypeRequest struct {
Id uint64 `protobuf:"fixed64,1,opt,name=id,proto3" json:"id,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
// contains filtered or unexported fields
}
func (*SetTypeRequest) GetId ¶
func (x *SetTypeRequest) GetId() uint64
func (*SetTypeRequest) GetKey ¶
func (x *SetTypeRequest) GetKey() string
func (*SetTypeRequest) ProtoMessage ¶
func (*SetTypeRequest) ProtoMessage()
func (*SetTypeRequest) ProtoReflect ¶
func (x *SetTypeRequest) ProtoReflect() protoreflect.Message
func (*SetTypeRequest) Reset ¶
func (x *SetTypeRequest) Reset()
func (*SetTypeRequest) SetId ¶
func (x *SetTypeRequest) SetId(v uint64)
func (*SetTypeRequest) SetKey ¶
func (x *SetTypeRequest) SetKey(v string)
func (*SetTypeRequest) String ¶
func (x *SetTypeRequest) String() string
type SetTypeRequest_builder ¶
type SetTypeRequest_builder struct {
Id uint64
Key string
// contains filtered or unexported fields
}
func (SetTypeRequest_builder) Build ¶
func (b0 SetTypeRequest_builder) Build() *SetTypeRequest
type SetTypeResponse ¶
type SetTypeResponse struct {
Data *Type `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetTypeResponse) ClearData ¶
func (x *SetTypeResponse) ClearData()
func (*SetTypeResponse) GetData ¶
func (x *SetTypeResponse) GetData() *Type
func (*SetTypeResponse) HasData ¶
func (x *SetTypeResponse) HasData() bool
func (*SetTypeResponse) ProtoMessage ¶
func (*SetTypeResponse) ProtoMessage()
func (*SetTypeResponse) ProtoReflect ¶
func (x *SetTypeResponse) ProtoReflect() protoreflect.Message
func (*SetTypeResponse) Reset ¶
func (x *SetTypeResponse) Reset()
func (*SetTypeResponse) SetData ¶
func (x *SetTypeResponse) SetData(v *Type)
func (*SetTypeResponse) String ¶
func (x *SetTypeResponse) String() string
type SetTypeResponse_builder ¶
type SetTypeResponse_builder struct {
Data *Type
// contains filtered or unexported fields
}
func (SetTypeResponse_builder) Build ¶
func (b0 SetTypeResponse_builder) Build() *SetTypeResponse
type SetTypeWithModuleRequest ¶
type SetTypeWithModuleRequest struct {
ModuleId uint64 `protobuf:"fixed64,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
TypeId *uint64 `protobuf:"fixed64,2,opt,name=type_id,json=typeId,proto3,oneof" json:"type_id,omitempty"` // is empty, will be add
Key *string `protobuf:"bytes,3,opt,name=key,proto3,oneof" json:"key,omitempty"` // is empty, will be automatically generated
Info *structpb.Struct `protobuf:"bytes,4,opt,name=info,proto3,oneof" json:"info,omitempty"`
Inherit *bool `protobuf:"varint,5,opt,name=inherit,proto3,oneof" json:"inherit,omitempty"`
Exclusive *bool `protobuf:"varint,6,opt,name=exclusive,proto3,oneof" json:"exclusive,omitempty"`
// contains filtered or unexported fields
}
func (*SetTypeWithModuleRequest) ClearExclusive ¶
func (x *SetTypeWithModuleRequest) ClearExclusive()
func (*SetTypeWithModuleRequest) ClearInfo ¶
func (x *SetTypeWithModuleRequest) ClearInfo()
func (*SetTypeWithModuleRequest) ClearInherit ¶
func (x *SetTypeWithModuleRequest) ClearInherit()
func (*SetTypeWithModuleRequest) ClearKey ¶
func (x *SetTypeWithModuleRequest) ClearKey()
func (*SetTypeWithModuleRequest) ClearTypeId ¶
func (x *SetTypeWithModuleRequest) ClearTypeId()
func (*SetTypeWithModuleRequest) GetExclusive ¶
func (x *SetTypeWithModuleRequest) GetExclusive() bool
func (*SetTypeWithModuleRequest) GetInfo ¶
func (x *SetTypeWithModuleRequest) GetInfo() *structpb.Struct
func (*SetTypeWithModuleRequest) GetInherit ¶
func (x *SetTypeWithModuleRequest) GetInherit() bool
func (*SetTypeWithModuleRequest) GetKey ¶
func (x *SetTypeWithModuleRequest) GetKey() string
func (*SetTypeWithModuleRequest) GetModuleId ¶
func (x *SetTypeWithModuleRequest) GetModuleId() uint64
func (*SetTypeWithModuleRequest) GetTypeId ¶
func (x *SetTypeWithModuleRequest) GetTypeId() uint64
func (*SetTypeWithModuleRequest) HasExclusive ¶
func (x *SetTypeWithModuleRequest) HasExclusive() bool
func (*SetTypeWithModuleRequest) HasInfo ¶
func (x *SetTypeWithModuleRequest) HasInfo() bool
func (*SetTypeWithModuleRequest) HasInherit ¶
func (x *SetTypeWithModuleRequest) HasInherit() bool
func (*SetTypeWithModuleRequest) HasKey ¶
func (x *SetTypeWithModuleRequest) HasKey() bool
func (*SetTypeWithModuleRequest) HasTypeId ¶
func (x *SetTypeWithModuleRequest) HasTypeId() bool
func (*SetTypeWithModuleRequest) ProtoMessage ¶
func (*SetTypeWithModuleRequest) ProtoMessage()
func (*SetTypeWithModuleRequest) ProtoReflect ¶
func (x *SetTypeWithModuleRequest) ProtoReflect() protoreflect.Message
func (*SetTypeWithModuleRequest) Reset ¶
func (x *SetTypeWithModuleRequest) Reset()
func (*SetTypeWithModuleRequest) SetExclusive ¶
func (x *SetTypeWithModuleRequest) SetExclusive(v bool)
func (*SetTypeWithModuleRequest) SetInfo ¶
func (x *SetTypeWithModuleRequest) SetInfo(v *structpb.Struct)
func (*SetTypeWithModuleRequest) SetInherit ¶
func (x *SetTypeWithModuleRequest) SetInherit(v bool)
func (*SetTypeWithModuleRequest) SetKey ¶
func (x *SetTypeWithModuleRequest) SetKey(v string)
func (*SetTypeWithModuleRequest) SetModuleId ¶
func (x *SetTypeWithModuleRequest) SetModuleId(v uint64)
func (*SetTypeWithModuleRequest) SetTypeId ¶
func (x *SetTypeWithModuleRequest) SetTypeId(v uint64)
func (*SetTypeWithModuleRequest) String ¶
func (x *SetTypeWithModuleRequest) String() string
type SetTypeWithModuleRequest_builder ¶
type SetTypeWithModuleRequest_builder struct {
ModuleId uint64
TypeId *uint64
Key *string
Info *structpb.Struct
Inherit *bool
Exclusive *bool
// contains filtered or unexported fields
}
func (SetTypeWithModuleRequest_builder) Build ¶
func (b0 SetTypeWithModuleRequest_builder) Build() *SetTypeWithModuleRequest
type SetTypeWithModuleResponse ¶
type SetTypeWithModuleResponse struct {
Data *Type `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SetTypeWithModuleResponse) ClearData ¶
func (x *SetTypeWithModuleResponse) ClearData()
func (*SetTypeWithModuleResponse) GetData ¶
func (x *SetTypeWithModuleResponse) GetData() *Type
func (*SetTypeWithModuleResponse) HasData ¶
func (x *SetTypeWithModuleResponse) HasData() bool
func (*SetTypeWithModuleResponse) ProtoMessage ¶
func (*SetTypeWithModuleResponse) ProtoMessage()
func (*SetTypeWithModuleResponse) ProtoReflect ¶
func (x *SetTypeWithModuleResponse) ProtoReflect() protoreflect.Message
func (*SetTypeWithModuleResponse) Reset ¶
func (x *SetTypeWithModuleResponse) Reset()
func (*SetTypeWithModuleResponse) SetData ¶
func (x *SetTypeWithModuleResponse) SetData(v *Type)
func (*SetTypeWithModuleResponse) String ¶
func (x *SetTypeWithModuleResponse) String() string
type SetTypeWithModuleResponse_builder ¶
type SetTypeWithModuleResponse_builder struct {
Data *Type
// contains filtered or unexported fields
}
func (SetTypeWithModuleResponse_builder) Build ¶
func (b0 SetTypeWithModuleResponse_builder) Build() *SetTypeWithModuleResponse
type Tag ¶
type Tag struct {
Id uint64 `protobuf:"fixed64,1,opt,name=id,proto3" json:"id,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
TypeId uint64 `protobuf:"fixed64,3,opt,name=type_id,json=typeId,proto3" json:"type_id,omitempty"`
ParentId uint64 `protobuf:"fixed64,4,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
Data *structpb.Struct `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
Info *structpb.Struct `protobuf:"bytes,6,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 (*Tag) ProtoReflect ¶
func (x *Tag) ProtoReflect() protoreflect.Message
type TagIDTreeize ¶
type TagIDTreeize struct {
Id uint64 `protobuf:"fixed64,1,opt,name=id,proto3" json:"id,omitempty"`
Child []*TagIDTreeize `protobuf:"bytes,2,rep,name=child,proto3" json:"child,omitempty"`
// contains filtered or unexported fields
}
func (*TagIDTreeize) GetChild ¶
func (x *TagIDTreeize) GetChild() []*TagIDTreeize
func (*TagIDTreeize) GetId ¶
func (x *TagIDTreeize) GetId() uint64
func (*TagIDTreeize) ProtoMessage ¶
func (*TagIDTreeize) ProtoMessage()
func (*TagIDTreeize) ProtoReflect ¶
func (x *TagIDTreeize) ProtoReflect() protoreflect.Message
func (*TagIDTreeize) Reset ¶
func (x *TagIDTreeize) Reset()
func (*TagIDTreeize) SetChild ¶
func (x *TagIDTreeize) SetChild(v []*TagIDTreeize)
func (*TagIDTreeize) SetId ¶
func (x *TagIDTreeize) SetId(v uint64)
func (*TagIDTreeize) String ¶
func (x *TagIDTreeize) String() string
type TagIDTreeize_builder ¶
type TagIDTreeize_builder struct {
Id uint64
Child []*TagIDTreeize
// contains filtered or unexported fields
}
func (TagIDTreeize_builder) Build ¶
func (b0 TagIDTreeize_builder) Build() *TagIDTreeize
type Tag_builder ¶
type Tag_builder struct {
Id uint64
Key string
TypeId uint64
ParentId uint64
Data *structpb.Struct
Info *structpb.Struct
CreatedAt *v1.Time
UpdatedAt *v1.Time
DeletedAt *v1.Time
// contains filtered or unexported fields
}
func (Tag_builder) Build ¶
func (b0 Tag_builder) Build() *Tag
type Type ¶
type Type struct {
Id uint64 `protobuf:"fixed64,1,opt,name=id,proto3" json:"id,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
Info *structpb.Struct `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
Inherit bool `protobuf:"varint,4,opt,name=inherit,proto3" json:"inherit,omitempty"`
Exclusive bool `protobuf:"varint,5,opt,name=exclusive,proto3" json:"exclusive,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 (*Type) ProtoReflect ¶
func (x *Type) ProtoReflect() protoreflect.Message
type Type_builder ¶
type Type_builder struct {
Id uint64
Key string
Info *structpb.Struct
Inherit bool
Exclusive bool
CreatedAt *v1.Time
UpdatedAt *v1.Time
DeletedAt *v1.Time
// contains filtered or unexported fields
}
func (Type_builder) Build ¶
func (b0 Type_builder) Build() *Type
type UnbindRelationRequest ¶
type UnbindRelationRequest struct {
ModuleId uint64 `protobuf:"fixed64,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
ExternalId uint64 `protobuf:"fixed64,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
TagId uint64 `protobuf:"fixed64,3,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"`
// contains filtered or unexported fields
}
func (*UnbindRelationRequest) GetExternalId ¶
func (x *UnbindRelationRequest) GetExternalId() uint64
func (*UnbindRelationRequest) GetModuleId ¶
func (x *UnbindRelationRequest) GetModuleId() uint64
func (*UnbindRelationRequest) GetTagId ¶
func (x *UnbindRelationRequest) GetTagId() uint64
func (*UnbindRelationRequest) ProtoMessage ¶
func (*UnbindRelationRequest) ProtoMessage()
func (*UnbindRelationRequest) ProtoReflect ¶
func (x *UnbindRelationRequest) ProtoReflect() protoreflect.Message
func (*UnbindRelationRequest) Reset ¶
func (x *UnbindRelationRequest) Reset()
func (*UnbindRelationRequest) SetExternalId ¶
func (x *UnbindRelationRequest) SetExternalId(v uint64)
func (*UnbindRelationRequest) SetModuleId ¶
func (x *UnbindRelationRequest) SetModuleId(v uint64)
func (*UnbindRelationRequest) SetTagId ¶
func (x *UnbindRelationRequest) SetTagId(v uint64)
func (*UnbindRelationRequest) String ¶
func (x *UnbindRelationRequest) String() string
type UnbindRelationRequest_builder ¶
type UnbindRelationRequest_builder struct {
ModuleId uint64
ExternalId uint64
TagId uint64
// contains filtered or unexported fields
}
func (UnbindRelationRequest_builder) Build ¶
func (b0 UnbindRelationRequest_builder) Build() *UnbindRelationRequest
type UnbindRelationResponse ¶
type UnbindRelationResponse struct {
CleanTagId []uint64 `protobuf:"fixed64,1,rep,packed,name=clean_tag_id,json=cleanTagId,proto3" json:"clean_tag_id,omitempty"`
// contains filtered or unexported fields
}
func (*UnbindRelationResponse) GetCleanTagId ¶
func (x *UnbindRelationResponse) GetCleanTagId() []uint64
func (*UnbindRelationResponse) ProtoMessage ¶
func (*UnbindRelationResponse) ProtoMessage()
func (*UnbindRelationResponse) ProtoReflect ¶
func (x *UnbindRelationResponse) ProtoReflect() protoreflect.Message
func (*UnbindRelationResponse) Reset ¶
func (x *UnbindRelationResponse) Reset()
func (*UnbindRelationResponse) SetCleanTagId ¶
func (x *UnbindRelationResponse) SetCleanTagId(v []uint64)
func (*UnbindRelationResponse) String ¶
func (x *UnbindRelationResponse) String() string
type UnbindRelationResponse_builder ¶
type UnbindRelationResponse_builder struct {
CleanTagId []uint64
// contains filtered or unexported fields
}
func (UnbindRelationResponse_builder) Build ¶
func (b0 UnbindRelationResponse_builder) Build() *UnbindRelationResponse
type UpdateModuleVisibleTypeRequest ¶
type UpdateModuleVisibleTypeRequest struct {
Id []uint64 `protobuf:"fixed64,1,rep,packed,name=id,proto3" json:"id,omitempty"`
VisibleType []uint64 `protobuf:"fixed64,2,rep,packed,name=visible_type,json=visibleType,proto3" json:"visible_type,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateModuleVisibleTypeRequest) GetId ¶
func (x *UpdateModuleVisibleTypeRequest) GetId() []uint64
func (*UpdateModuleVisibleTypeRequest) GetVisibleType ¶
func (x *UpdateModuleVisibleTypeRequest) GetVisibleType() []uint64
func (*UpdateModuleVisibleTypeRequest) ProtoMessage ¶
func (*UpdateModuleVisibleTypeRequest) ProtoMessage()
func (*UpdateModuleVisibleTypeRequest) ProtoReflect ¶
func (x *UpdateModuleVisibleTypeRequest) ProtoReflect() protoreflect.Message
func (*UpdateModuleVisibleTypeRequest) Reset ¶
func (x *UpdateModuleVisibleTypeRequest) Reset()
func (*UpdateModuleVisibleTypeRequest) SetId ¶
func (x *UpdateModuleVisibleTypeRequest) SetId(v []uint64)
func (*UpdateModuleVisibleTypeRequest) SetVisibleType ¶
func (x *UpdateModuleVisibleTypeRequest) SetVisibleType(v []uint64)
func (*UpdateModuleVisibleTypeRequest) String ¶
func (x *UpdateModuleVisibleTypeRequest) String() string
type UpdateModuleVisibleTypeRequest_builder ¶
type UpdateModuleVisibleTypeRequest_builder struct {
Id []uint64
VisibleType []uint64
// contains filtered or unexported fields
}
func (UpdateModuleVisibleTypeRequest_builder) Build ¶
func (b0 UpdateModuleVisibleTypeRequest_builder) Build() *UpdateModuleVisibleTypeRequest
type UpdateModuleVisibleTypeResponse ¶
type UpdateModuleVisibleTypeResponse struct {
// contains filtered or unexported fields
}
func (*UpdateModuleVisibleTypeResponse) ProtoMessage ¶
func (*UpdateModuleVisibleTypeResponse) ProtoMessage()
func (*UpdateModuleVisibleTypeResponse) ProtoReflect ¶
func (x *UpdateModuleVisibleTypeResponse) ProtoReflect() protoreflect.Message
func (*UpdateModuleVisibleTypeResponse) Reset ¶
func (x *UpdateModuleVisibleTypeResponse) Reset()
func (*UpdateModuleVisibleTypeResponse) String ¶
func (x *UpdateModuleVisibleTypeResponse) String() string
type UpdateModuleVisibleTypeResponse_builder ¶
type UpdateModuleVisibleTypeResponse_builder struct {
// contains filtered or unexported fields
}
func (UpdateModuleVisibleTypeResponse_builder) Build ¶
func (b0 UpdateModuleVisibleTypeResponse_builder) Build() *UpdateModuleVisibleTypeResponse
type UpdateTagParentRequest ¶
type UpdateTagParentRequest struct {
Id []uint64 `protobuf:"fixed64,1,rep,packed,name=id,proto3" json:"id,omitempty"`
ParentId uint64 `protobuf:"fixed64,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateTagParentRequest) GetId ¶
func (x *UpdateTagParentRequest) GetId() []uint64
func (*UpdateTagParentRequest) GetParentId ¶
func (x *UpdateTagParentRequest) GetParentId() uint64
func (*UpdateTagParentRequest) ProtoMessage ¶
func (*UpdateTagParentRequest) ProtoMessage()
func (*UpdateTagParentRequest) ProtoReflect ¶
func (x *UpdateTagParentRequest) ProtoReflect() protoreflect.Message
func (*UpdateTagParentRequest) Reset ¶
func (x *UpdateTagParentRequest) Reset()
func (*UpdateTagParentRequest) SetId ¶
func (x *UpdateTagParentRequest) SetId(v []uint64)
func (*UpdateTagParentRequest) SetParentId ¶
func (x *UpdateTagParentRequest) SetParentId(v uint64)
func (*UpdateTagParentRequest) String ¶
func (x *UpdateTagParentRequest) String() string
type UpdateTagParentRequest_builder ¶
type UpdateTagParentRequest_builder struct {
Id []uint64
ParentId uint64
// contains filtered or unexported fields
}
func (UpdateTagParentRequest_builder) Build ¶
func (b0 UpdateTagParentRequest_builder) Build() *UpdateTagParentRequest
type UpdateTagParentResponse ¶
type UpdateTagParentResponse struct {
// contains filtered or unexported fields
}
func (*UpdateTagParentResponse) ProtoMessage ¶
func (*UpdateTagParentResponse) ProtoMessage()
func (*UpdateTagParentResponse) ProtoReflect ¶
func (x *UpdateTagParentResponse) ProtoReflect() protoreflect.Message
func (*UpdateTagParentResponse) Reset ¶
func (x *UpdateTagParentResponse) Reset()
func (*UpdateTagParentResponse) String ¶
func (x *UpdateTagParentResponse) String() string
type UpdateTagParentResponse_builder ¶
type UpdateTagParentResponse_builder struct {
// contains filtered or unexported fields
}
func (UpdateTagParentResponse_builder) Build ¶
func (b0 UpdateTagParentResponse_builder) Build() *UpdateTagParentResponse
type UpdateTagTypeRequest ¶
type UpdateTagTypeRequest struct {
Id []uint64 `protobuf:"fixed64,1,rep,packed,name=id,proto3" json:"id,omitempty"`
TypeId uint64 `protobuf:"fixed64,2,opt,name=type_id,json=typeId,proto3" json:"type_id,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateTagTypeRequest) GetId ¶
func (x *UpdateTagTypeRequest) GetId() []uint64
func (*UpdateTagTypeRequest) GetTypeId ¶
func (x *UpdateTagTypeRequest) GetTypeId() uint64
func (*UpdateTagTypeRequest) ProtoMessage ¶
func (*UpdateTagTypeRequest) ProtoMessage()
func (*UpdateTagTypeRequest) ProtoReflect ¶
func (x *UpdateTagTypeRequest) ProtoReflect() protoreflect.Message
func (*UpdateTagTypeRequest) Reset ¶
func (x *UpdateTagTypeRequest) Reset()
func (*UpdateTagTypeRequest) SetId ¶
func (x *UpdateTagTypeRequest) SetId(v []uint64)
func (*UpdateTagTypeRequest) SetTypeId ¶
func (x *UpdateTagTypeRequest) SetTypeId(v uint64)
func (*UpdateTagTypeRequest) String ¶
func (x *UpdateTagTypeRequest) String() string
type UpdateTagTypeRequest_builder ¶
type UpdateTagTypeRequest_builder struct {
Id []uint64
TypeId uint64
// contains filtered or unexported fields
}
func (UpdateTagTypeRequest_builder) Build ¶
func (b0 UpdateTagTypeRequest_builder) Build() *UpdateTagTypeRequest
type UpdateTagTypeResponse ¶
type UpdateTagTypeResponse struct {
// contains filtered or unexported fields
}
func (*UpdateTagTypeResponse) ProtoMessage ¶
func (*UpdateTagTypeResponse) ProtoMessage()
func (*UpdateTagTypeResponse) ProtoReflect ¶
func (x *UpdateTagTypeResponse) ProtoReflect() protoreflect.Message
func (*UpdateTagTypeResponse) Reset ¶
func (x *UpdateTagTypeResponse) Reset()
func (*UpdateTagTypeResponse) String ¶
func (x *UpdateTagTypeResponse) String() string
type UpdateTagTypeResponse_builder ¶
type UpdateTagTypeResponse_builder struct {
// contains filtered or unexported fields
}
func (UpdateTagTypeResponse_builder) Build ¶
func (b0 UpdateTagTypeResponse_builder) Build() *UpdateTagTypeResponse
type UpdateTypeExclusiveRequest ¶
type UpdateTypeExclusiveRequest struct {
Id []uint64 `protobuf:"fixed64,1,rep,packed,name=id,proto3" json:"id,omitempty"`
Exclusive bool `protobuf:"varint,2,opt,name=exclusive,proto3" json:"exclusive,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateTypeExclusiveRequest) GetExclusive ¶
func (x *UpdateTypeExclusiveRequest) GetExclusive() bool
func (*UpdateTypeExclusiveRequest) GetId ¶
func (x *UpdateTypeExclusiveRequest) GetId() []uint64
func (*UpdateTypeExclusiveRequest) ProtoMessage ¶
func (*UpdateTypeExclusiveRequest) ProtoMessage()
func (*UpdateTypeExclusiveRequest) ProtoReflect ¶
func (x *UpdateTypeExclusiveRequest) ProtoReflect() protoreflect.Message
func (*UpdateTypeExclusiveRequest) Reset ¶
func (x *UpdateTypeExclusiveRequest) Reset()
func (*UpdateTypeExclusiveRequest) SetExclusive ¶
func (x *UpdateTypeExclusiveRequest) SetExclusive(v bool)
func (*UpdateTypeExclusiveRequest) SetId ¶
func (x *UpdateTypeExclusiveRequest) SetId(v []uint64)
func (*UpdateTypeExclusiveRequest) String ¶
func (x *UpdateTypeExclusiveRequest) String() string
type UpdateTypeExclusiveRequest_builder ¶
type UpdateTypeExclusiveRequest_builder struct {
Id []uint64
Exclusive bool
// contains filtered or unexported fields
}
func (UpdateTypeExclusiveRequest_builder) Build ¶
func (b0 UpdateTypeExclusiveRequest_builder) Build() *UpdateTypeExclusiveRequest
type UpdateTypeExclusiveResponse ¶
type UpdateTypeExclusiveResponse struct {
// contains filtered or unexported fields
}
func (*UpdateTypeExclusiveResponse) ProtoMessage ¶
func (*UpdateTypeExclusiveResponse) ProtoMessage()
func (*UpdateTypeExclusiveResponse) ProtoReflect ¶
func (x *UpdateTypeExclusiveResponse) ProtoReflect() protoreflect.Message
func (*UpdateTypeExclusiveResponse) Reset ¶
func (x *UpdateTypeExclusiveResponse) Reset()
func (*UpdateTypeExclusiveResponse) String ¶
func (x *UpdateTypeExclusiveResponse) String() string
type UpdateTypeExclusiveResponse_builder ¶
type UpdateTypeExclusiveResponse_builder struct {
// contains filtered or unexported fields
}
func (UpdateTypeExclusiveResponse_builder) Build ¶
func (b0 UpdateTypeExclusiveResponse_builder) Build() *UpdateTypeExclusiveResponse
type UpdateTypeInheritRequest ¶
type UpdateTypeInheritRequest struct {
Id []uint64 `protobuf:"fixed64,1,rep,packed,name=id,proto3" json:"id,omitempty"`
Inherit bool `protobuf:"varint,2,opt,name=inherit,proto3" json:"inherit,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateTypeInheritRequest) GetId ¶
func (x *UpdateTypeInheritRequest) GetId() []uint64
func (*UpdateTypeInheritRequest) GetInherit ¶
func (x *UpdateTypeInheritRequest) GetInherit() bool
func (*UpdateTypeInheritRequest) ProtoMessage ¶
func (*UpdateTypeInheritRequest) ProtoMessage()
func (*UpdateTypeInheritRequest) ProtoReflect ¶
func (x *UpdateTypeInheritRequest) ProtoReflect() protoreflect.Message
func (*UpdateTypeInheritRequest) Reset ¶
func (x *UpdateTypeInheritRequest) Reset()
func (*UpdateTypeInheritRequest) SetId ¶
func (x *UpdateTypeInheritRequest) SetId(v []uint64)
func (*UpdateTypeInheritRequest) SetInherit ¶
func (x *UpdateTypeInheritRequest) SetInherit(v bool)
func (*UpdateTypeInheritRequest) String ¶
func (x *UpdateTypeInheritRequest) String() string
type UpdateTypeInheritRequest_builder ¶
type UpdateTypeInheritRequest_builder struct {
Id []uint64
Inherit bool
// contains filtered or unexported fields
}
func (UpdateTypeInheritRequest_builder) Build ¶
func (b0 UpdateTypeInheritRequest_builder) Build() *UpdateTypeInheritRequest
type UpdateTypeInheritResponse ¶
type UpdateTypeInheritResponse struct {
// contains filtered or unexported fields
}
func (*UpdateTypeInheritResponse) ProtoMessage ¶
func (*UpdateTypeInheritResponse) ProtoMessage()
func (*UpdateTypeInheritResponse) ProtoReflect ¶
func (x *UpdateTypeInheritResponse) ProtoReflect() protoreflect.Message
func (*UpdateTypeInheritResponse) Reset ¶
func (x *UpdateTypeInheritResponse) Reset()
func (*UpdateTypeInheritResponse) String ¶
func (x *UpdateTypeInheritResponse) String() string
type UpdateTypeInheritResponse_builder ¶
type UpdateTypeInheritResponse_builder struct {
// contains filtered or unexported fields
}
func (UpdateTypeInheritResponse_builder) Build ¶
func (b0 UpdateTypeInheritResponse_builder) Build() *UpdateTypeInheritResponse
Source Files
¶
- module.pb.go
- relation.pb.go
- service_base.pb.go
- service_internal.pb.go
- service_relation.pb.go
- tag.pb.go
- type.pb.go
Click to show internal directories.
Click to hide internal directories.