tagv1

package
v1.36.11-2024090510071... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: MIT Imports: 8 Imported by: 2

Documentation

Index

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

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

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

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

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

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 (*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

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

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

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

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

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

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

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 (*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

type DeleteTagWithModuleResponse

type DeleteTagWithModuleResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteTagWithModuleResponse) ProtoMessage

func (*DeleteTagWithModuleResponse) ProtoMessage()

func (*DeleteTagWithModuleResponse) ProtoReflect

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

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

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

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 (*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

type DeleteTypeWithModuleResponse

type DeleteTypeWithModuleResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteTypeWithModuleResponse) ProtoMessage

func (*DeleteTypeWithModuleResponse) ProtoMessage()

func (*DeleteTypeWithModuleResponse) ProtoReflect

func (*DeleteTypeWithModuleResponse) Reset

func (x *DeleteTypeWithModuleResponse) Reset()

func (*DeleteTypeWithModuleResponse) String

type DeleteTypeWithModuleResponse_builder

type DeleteTypeWithModuleResponse_builder struct {
	// contains filtered or unexported fields
}

func (DeleteTypeWithModuleResponse_builder) Build

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 (*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

type DestroyExternalRelationRequest_builder

type DestroyExternalRelationRequest_builder struct {
	ModuleId   uint64
	ExternalId []uint64
	// contains filtered or unexported fields
}

func (DestroyExternalRelationRequest_builder) Build

type DestroyExternalRelationResponse

type DestroyExternalRelationResponse struct {
	// contains filtered or unexported fields
}

func (*DestroyExternalRelationResponse) ProtoMessage

func (*DestroyExternalRelationResponse) ProtoMessage()

func (*DestroyExternalRelationResponse) ProtoReflect

func (*DestroyExternalRelationResponse) Reset

func (*DestroyExternalRelationResponse) String

type DestroyExternalRelationResponse_builder

type DestroyExternalRelationResponse_builder struct {
	// contains filtered or unexported fields
}

func (DestroyExternalRelationResponse_builder) Build

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 (*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

type DestroyTagRelationResponse

type DestroyTagRelationResponse struct {
	// contains filtered or unexported fields
}

func (*DestroyTagRelationResponse) ProtoMessage

func (*DestroyTagRelationResponse) ProtoMessage()

func (*DestroyTagRelationResponse) ProtoReflect

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

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

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

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

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

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

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

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

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

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

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

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

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

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) ClearCreatedAt

func (x *Module) ClearCreatedAt()

func (*Module) ClearDeletedAt

func (x *Module) ClearDeletedAt()

func (*Module) ClearInfo

func (x *Module) ClearInfo()

func (*Module) ClearUpdatedAt

func (x *Module) ClearUpdatedAt()

func (*Module) GetCreatedAt

func (x *Module) GetCreatedAt() *v1.Time

func (*Module) GetDeletedAt

func (x *Module) GetDeletedAt() *v1.Time

func (*Module) GetId

func (x *Module) GetId() uint64

func (*Module) GetInfo

func (x *Module) GetInfo() *structpb.Struct

func (*Module) GetKey

func (x *Module) GetKey() string

func (*Module) GetUpdatedAt

func (x *Module) GetUpdatedAt() *v1.Time

func (*Module) GetVisibleType

func (x *Module) GetVisibleType() []uint64

func (*Module) HasCreatedAt

func (x *Module) HasCreatedAt() bool

func (*Module) HasDeletedAt

func (x *Module) HasDeletedAt() bool

func (*Module) HasInfo

func (x *Module) HasInfo() bool

func (*Module) HasUpdatedAt

func (x *Module) HasUpdatedAt() bool

func (*Module) ProtoMessage

func (*Module) ProtoMessage()

func (*Module) ProtoReflect

func (x *Module) ProtoReflect() protoreflect.Message

func (*Module) Reset

func (x *Module) Reset()

func (*Module) SetCreatedAt

func (x *Module) SetCreatedAt(v *v1.Time)

func (*Module) SetDeletedAt

func (x *Module) SetDeletedAt(v *v1.Time)

func (*Module) SetId

func (x *Module) SetId(v uint64)

func (*Module) SetInfo

func (x *Module) SetInfo(v *structpb.Struct)

func (*Module) SetKey

func (x *Module) SetKey(v string)

func (*Module) SetUpdatedAt

func (x *Module) SetUpdatedAt(v *v1.Time)

func (*Module) SetVisibleType

func (x *Module) SetVisibleType(v []uint64)

func (*Module) String

func (x *Module) String() string

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

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

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

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

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) ClearCreatedAt

func (x *Relation) ClearCreatedAt()

func (*Relation) ClearData

func (x *Relation) ClearData()

func (*Relation) ClearUpdatedAt

func (x *Relation) ClearUpdatedAt()

func (*Relation) GetCreatedAt

func (x *Relation) GetCreatedAt() *v1.Time

func (*Relation) GetData

func (x *Relation) GetData() *structpb.Struct

func (*Relation) GetExternalId

func (x *Relation) GetExternalId() uint64

func (*Relation) GetModuleId

func (x *Relation) GetModuleId() uint64

func (*Relation) GetSourceId

func (x *Relation) GetSourceId() uint64

func (*Relation) GetTagId

func (x *Relation) GetTagId() uint64

func (*Relation) GetUpdatedAt

func (x *Relation) GetUpdatedAt() *v1.Time

func (*Relation) HasCreatedAt

func (x *Relation) HasCreatedAt() bool

func (*Relation) HasData

func (x *Relation) HasData() bool

func (*Relation) HasUpdatedAt

func (x *Relation) HasUpdatedAt() bool

func (*Relation) ProtoMessage

func (*Relation) ProtoMessage()

func (*Relation) ProtoReflect

func (x *Relation) ProtoReflect() protoreflect.Message

func (*Relation) Reset

func (x *Relation) Reset()

func (*Relation) SetCreatedAt

func (x *Relation) SetCreatedAt(v *v1.Time)

func (*Relation) SetData

func (x *Relation) SetData(v *structpb.Struct)

func (*Relation) SetExternalId

func (x *Relation) SetExternalId(v uint64)

func (*Relation) SetModuleId

func (x *Relation) SetModuleId(v uint64)

func (*Relation) SetSourceId

func (x *Relation) SetSourceId(v uint64)

func (*Relation) SetTagId

func (x *Relation) SetTagId(v uint64)

func (*Relation) SetUpdatedAt

func (x *Relation) SetUpdatedAt(v *v1.Time)

func (*Relation) String

func (x *Relation) String() string

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 (*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

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 (*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

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) ClearCreatedAt

func (x *Tag) ClearCreatedAt()

func (*Tag) ClearData

func (x *Tag) ClearData()

func (*Tag) ClearDeletedAt

func (x *Tag) ClearDeletedAt()

func (*Tag) ClearInfo

func (x *Tag) ClearInfo()

func (*Tag) ClearUpdatedAt

func (x *Tag) ClearUpdatedAt()

func (*Tag) GetCreatedAt

func (x *Tag) GetCreatedAt() *v1.Time

func (*Tag) GetData

func (x *Tag) GetData() *structpb.Struct

func (*Tag) GetDeletedAt

func (x *Tag) GetDeletedAt() *v1.Time

func (*Tag) GetId

func (x *Tag) GetId() uint64

func (*Tag) GetInfo

func (x *Tag) GetInfo() *structpb.Struct

func (*Tag) GetKey

func (x *Tag) GetKey() string

func (*Tag) GetParentId

func (x *Tag) GetParentId() uint64

func (*Tag) GetTypeId

func (x *Tag) GetTypeId() uint64

func (*Tag) GetUpdatedAt

func (x *Tag) GetUpdatedAt() *v1.Time

func (*Tag) HasCreatedAt

func (x *Tag) HasCreatedAt() bool

func (*Tag) HasData

func (x *Tag) HasData() bool

func (*Tag) HasDeletedAt

func (x *Tag) HasDeletedAt() bool

func (*Tag) HasInfo

func (x *Tag) HasInfo() bool

func (*Tag) HasUpdatedAt

func (x *Tag) HasUpdatedAt() bool

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) ProtoReflect

func (x *Tag) ProtoReflect() protoreflect.Message

func (*Tag) Reset

func (x *Tag) Reset()

func (*Tag) SetCreatedAt

func (x *Tag) SetCreatedAt(v *v1.Time)

func (*Tag) SetData

func (x *Tag) SetData(v *structpb.Struct)

func (*Tag) SetDeletedAt

func (x *Tag) SetDeletedAt(v *v1.Time)

func (*Tag) SetId

func (x *Tag) SetId(v uint64)

func (*Tag) SetInfo

func (x *Tag) SetInfo(v *structpb.Struct)

func (*Tag) SetKey

func (x *Tag) SetKey(v string)

func (*Tag) SetParentId

func (x *Tag) SetParentId(v uint64)

func (*Tag) SetTypeId

func (x *Tag) SetTypeId(v uint64)

func (*Tag) SetUpdatedAt

func (x *Tag) SetUpdatedAt(v *v1.Time)

func (*Tag) String

func (x *Tag) String() string

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) ClearCreatedAt

func (x *Type) ClearCreatedAt()

func (*Type) ClearDeletedAt

func (x *Type) ClearDeletedAt()

func (*Type) ClearInfo

func (x *Type) ClearInfo()

func (*Type) ClearUpdatedAt

func (x *Type) ClearUpdatedAt()

func (*Type) GetCreatedAt

func (x *Type) GetCreatedAt() *v1.Time

func (*Type) GetDeletedAt

func (x *Type) GetDeletedAt() *v1.Time

func (*Type) GetExclusive

func (x *Type) GetExclusive() bool

func (*Type) GetId

func (x *Type) GetId() uint64

func (*Type) GetInfo

func (x *Type) GetInfo() *structpb.Struct

func (*Type) GetInherit

func (x *Type) GetInherit() bool

func (*Type) GetKey

func (x *Type) GetKey() string

func (*Type) GetUpdatedAt

func (x *Type) GetUpdatedAt() *v1.Time

func (*Type) HasCreatedAt

func (x *Type) HasCreatedAt() bool

func (*Type) HasDeletedAt

func (x *Type) HasDeletedAt() bool

func (*Type) HasInfo

func (x *Type) HasInfo() bool

func (*Type) HasUpdatedAt

func (x *Type) HasUpdatedAt() bool

func (*Type) ProtoMessage

func (*Type) ProtoMessage()

func (*Type) ProtoReflect

func (x *Type) ProtoReflect() protoreflect.Message

func (*Type) Reset

func (x *Type) Reset()

func (*Type) SetCreatedAt

func (x *Type) SetCreatedAt(v *v1.Time)

func (*Type) SetDeletedAt

func (x *Type) SetDeletedAt(v *v1.Time)

func (*Type) SetExclusive

func (x *Type) SetExclusive(v bool)

func (*Type) SetId

func (x *Type) SetId(v uint64)

func (*Type) SetInfo

func (x *Type) SetInfo(v *structpb.Struct)

func (*Type) SetInherit

func (x *Type) SetInherit(v bool)

func (*Type) SetKey

func (x *Type) SetKey(v string)

func (*Type) SetUpdatedAt

func (x *Type) SetUpdatedAt(v *v1.Time)

func (*Type) String

func (x *Type) String() string

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

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

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 (*UpdateModuleVisibleTypeRequest) GetVisibleType

func (x *UpdateModuleVisibleTypeRequest) GetVisibleType() []uint64

func (*UpdateModuleVisibleTypeRequest) ProtoMessage

func (*UpdateModuleVisibleTypeRequest) ProtoMessage()

func (*UpdateModuleVisibleTypeRequest) ProtoReflect

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

type UpdateModuleVisibleTypeRequest_builder

type UpdateModuleVisibleTypeRequest_builder struct {
	Id          []uint64
	VisibleType []uint64
	// contains filtered or unexported fields
}

func (UpdateModuleVisibleTypeRequest_builder) Build

type UpdateModuleVisibleTypeResponse

type UpdateModuleVisibleTypeResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateModuleVisibleTypeResponse) ProtoMessage

func (*UpdateModuleVisibleTypeResponse) ProtoMessage()

func (*UpdateModuleVisibleTypeResponse) ProtoReflect

func (*UpdateModuleVisibleTypeResponse) Reset

func (*UpdateModuleVisibleTypeResponse) String

type UpdateModuleVisibleTypeResponse_builder

type UpdateModuleVisibleTypeResponse_builder struct {
	// contains filtered or unexported fields
}

func (UpdateModuleVisibleTypeResponse_builder) Build

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

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

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

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

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 (*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

type UpdateTypeExclusiveResponse

type UpdateTypeExclusiveResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateTypeExclusiveResponse) ProtoMessage

func (*UpdateTypeExclusiveResponse) ProtoMessage()

func (*UpdateTypeExclusiveResponse) ProtoReflect

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

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

type UpdateTypeInheritResponse

type UpdateTypeInheritResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateTypeInheritResponse) ProtoMessage

func (*UpdateTypeInheritResponse) ProtoMessage()

func (*UpdateTypeInheritResponse) ProtoReflect

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL