tag

package
v0.0.0-...-c329c71 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_tag_tag_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GetTagsQuery

type GetTagsQuery struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTagsQuery) Descriptor deprecated

func (*GetTagsQuery) Descriptor() ([]byte, []int)

Deprecated: Use GetTagsQuery.ProtoReflect.Descriptor instead.

func (*GetTagsQuery) GetName

func (x *GetTagsQuery) GetName() string

func (*GetTagsQuery) ProtoMessage

func (*GetTagsQuery) ProtoMessage()

func (*GetTagsQuery) ProtoReflect

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

func (*GetTagsQuery) Reset

func (x *GetTagsQuery) Reset()

func (*GetTagsQuery) String

func (x *GetTagsQuery) String() string

type GetTagsResponse

type GetTagsResponse struct {
	Tags []*Tag `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTagsResponse) Descriptor deprecated

func (*GetTagsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTagsResponse.ProtoReflect.Descriptor instead.

func (*GetTagsResponse) GetTags

func (x *GetTagsResponse) GetTags() []*Tag

func (*GetTagsResponse) ProtoMessage

func (*GetTagsResponse) ProtoMessage()

func (*GetTagsResponse) ProtoReflect

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

func (*GetTagsResponse) Reset

func (x *GetTagsResponse) Reset()

func (*GetTagsResponse) String

func (x *GetTagsResponse) String() string

type SaveTagRequest

type SaveTagRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveTagRequest) Descriptor deprecated

func (*SaveTagRequest) Descriptor() ([]byte, []int)

Deprecated: Use SaveTagRequest.ProtoReflect.Descriptor instead.

func (*SaveTagRequest) GetName

func (x *SaveTagRequest) GetName() string

func (*SaveTagRequest) ProtoMessage

func (*SaveTagRequest) ProtoMessage()

func (*SaveTagRequest) ProtoReflect

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

func (*SaveTagRequest) Reset

func (x *SaveTagRequest) Reset()

func (*SaveTagRequest) String

func (x *SaveTagRequest) String() string

type Tag

type Tag struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Fields
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Tag) Descriptor deprecated

func (*Tag) Descriptor() ([]byte, []int)

Deprecated: Use Tag.ProtoReflect.Descriptor instead.

func (*Tag) GetId

func (x *Tag) GetId() string

func (*Tag) GetName

func (x *Tag) GetName() string

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) ProtoReflect

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

func (*Tag) Reset

func (x *Tag) Reset()

func (*Tag) String

func (x *Tag) String() string

type TagId

type TagId struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*TagId) Descriptor deprecated

func (*TagId) Descriptor() ([]byte, []int)

Deprecated: Use TagId.ProtoReflect.Descriptor instead.

func (*TagId) GetId

func (x *TagId) GetId() string

func (*TagId) ProtoMessage

func (*TagId) ProtoMessage()

func (*TagId) ProtoReflect

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

func (*TagId) Reset

func (x *TagId) Reset()

func (*TagId) String

func (x *TagId) String() string

type UpdateTagRequest

type UpdateTagRequest struct {
	Id     string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TagReq *SaveTagRequest `protobuf:"bytes,2,opt,name=tagReq,proto3" json:"tagReq,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTagRequest) Descriptor deprecated

func (*UpdateTagRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTagRequest.ProtoReflect.Descriptor instead.

func (*UpdateTagRequest) GetId

func (x *UpdateTagRequest) GetId() string

func (*UpdateTagRequest) GetTagReq

func (x *UpdateTagRequest) GetTagReq() *SaveTagRequest

func (*UpdateTagRequest) ProtoMessage

func (*UpdateTagRequest) ProtoMessage()

func (*UpdateTagRequest) ProtoReflect

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

func (*UpdateTagRequest) Reset

func (x *UpdateTagRequest) Reset()

func (*UpdateTagRequest) String

func (x *UpdateTagRequest) String() string

Jump to

Keyboard shortcuts

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