Documentation ¶
Index ¶
- Variables
- type Cat
- func (*Cat) Descriptor() ([]byte, []int)deprecated
- func (x *Cat) GetAge() string
- func (x *Cat) GetArea() string
- func (x *Cat) GetAvatars() []string
- func (x *Cat) GetColor() string
- func (x *Cat) GetCommunityId() string
- func (x *Cat) GetCreateAt() int64
- func (x *Cat) GetDetails() string
- func (x *Cat) GetId() string
- func (x *Cat) GetIsSnipped() bool
- func (x *Cat) GetIsSterilized() bool
- func (x *Cat) GetName() string
- func (x *Cat) GetPopularity() int64
- func (x *Cat) GetSex() string
- func (x *Cat) GetStatus() int64
- func (*Cat) ProtoMessage()
- func (x *Cat) ProtoReflect() protoreflect.Message
- func (x *Cat) Reset()
- func (x *Cat) String() string
- type CreateImageElement
- func (*CreateImageElement) Descriptor() ([]byte, []int)deprecated
- func (x *CreateImageElement) GetCatId() string
- func (x *CreateImageElement) GetUrl() string
- func (*CreateImageElement) ProtoMessage()
- func (x *CreateImageElement) ProtoReflect() protoreflect.Message
- func (x *CreateImageElement) Reset()
- func (x *CreateImageElement) String() string
- type Image
Constants ¶
This section is empty.
Variables ¶
View Source
var File_meowchat_collection_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Cat ¶
type Cat struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" form:"id" query:"id"` CreateAt int64 `protobuf:"varint,2,opt,name=createAt,proto3" json:"createAt,omitempty" form:"createAt" query:"createAt"` Age string `protobuf:"bytes,3,opt,name=age,proto3" json:"age,omitempty" form:"age" query:"age"` CommunityId string `protobuf:"bytes,4,opt,name=communityId,proto3" json:"communityId,omitempty" form:"communityId" query:"communityId"` Color string `protobuf:"bytes,5,opt,name=color,proto3" json:"color,omitempty" form:"color" query:"color"` Details string `protobuf:"bytes,6,opt,name=details,proto3" json:"details,omitempty" form:"details" query:"details"` Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty" form:"name" query:"name"` Popularity int64 `protobuf:"varint,8,opt,name=popularity,proto3" json:"popularity,omitempty" form:"popularity" query:"popularity"` Sex string `protobuf:"bytes,9,opt,name=sex,proto3" json:"sex,omitempty" form:"sex" query:"sex"` Status int64 `protobuf:"varint,10,opt,name=status,proto3" json:"status,omitempty" form:"status" query:"status"` Area string `protobuf:"bytes,11,opt,name=area,proto3" json:"area,omitempty" form:"area" query:"area"` IsSnipped bool `protobuf:"varint,12,opt,name=isSnipped,proto3" json:"isSnipped,omitempty" form:"isSnipped" query:"isSnipped"` IsSterilized bool `protobuf:"varint,13,opt,name=isSterilized,proto3" json:"isSterilized,omitempty" form:"isSterilized" query:"isSterilized"` Avatars []string `protobuf:"bytes,14,rep,name=avatars,proto3" json:"avatars,omitempty" form:"avatars" query:"avatars"` // contains filtered or unexported fields }
func (*Cat) Descriptor
deprecated
func (*Cat) GetAvatars ¶
func (*Cat) GetCommunityId ¶
func (*Cat) GetCreateAt ¶
func (*Cat) GetDetails ¶
func (*Cat) GetIsSnipped ¶
func (*Cat) GetIsSterilized ¶
func (*Cat) GetPopularity ¶
func (*Cat) ProtoMessage ¶
func (*Cat) ProtoMessage()
func (*Cat) ProtoReflect ¶
func (x *Cat) ProtoReflect() protoreflect.Message
type CreateImageElement ¶
type CreateImageElement struct { CatId string `protobuf:"bytes,1,opt,name=catId,proto3" json:"catId,omitempty" form:"catId" query:"catId"` Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty" form:"url" query:"url"` // contains filtered or unexported fields }
func (*CreateImageElement) Descriptor
deprecated
func (*CreateImageElement) Descriptor() ([]byte, []int)
Deprecated: Use CreateImageElement.ProtoReflect.Descriptor instead.
func (*CreateImageElement) GetCatId ¶
func (x *CreateImageElement) GetCatId() string
func (*CreateImageElement) GetUrl ¶
func (x *CreateImageElement) GetUrl() string
func (*CreateImageElement) ProtoMessage ¶
func (*CreateImageElement) ProtoMessage()
func (*CreateImageElement) ProtoReflect ¶
func (x *CreateImageElement) ProtoReflect() protoreflect.Message
func (*CreateImageElement) Reset ¶
func (x *CreateImageElement) Reset()
func (*CreateImageElement) String ¶
func (x *CreateImageElement) String() string
type Image ¶
type Image struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" form:"id" query:"id"` Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty" form:"url" query:"url"` CatId string `protobuf:"bytes,3,opt,name=catId,proto3" json:"catId,omitempty" form:"catId" query:"catId"` // contains filtered or unexported fields }
func (*Image) Descriptor
deprecated
func (*Image) ProtoMessage ¶
func (*Image) ProtoMessage()
func (*Image) ProtoReflect ¶
func (x *Image) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.