Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_common_meta_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Meta ¶
type Meta struct { // 在添加数据需要村的定义 // @gotags: json:"id" ID int64 `protobuf:"varint,1,opt,name=iD,proto3" json:"id"` // 创建时间 // @gotags: json:"created_at" CreatedAt int64 `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3" json:"created_at"` // 更新时间 // @gotags: json:"updated_at" UpdatedAt int64 `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at"` // contains filtered or unexported fields }
func (*Meta) Descriptor
deprecated
func (*Meta) GetCreatedAt ¶
func (*Meta) GetUpdatedAt ¶
func (*Meta) ProtoMessage ¶
func (*Meta) ProtoMessage()
func (*Meta) ProtoReflect ¶
func (x *Meta) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.