Documentation ¶
Index ¶
- Variables
- type Asset
- func (*Asset) Descriptor() ([]byte, []int)deprecated
- func (x *Asset) GetCreatedTs() int64
- func (x *Asset) GetExtraStr() string
- func (x *Asset) GetGbaInfo() *Asset_GbaInfo
- func (x *Asset) GetId() uint64
- func (x *Asset) GetItemType() enums.Datainfo_DataType
- func (x *Asset) GetObjectId() uint64
- func (x *Asset) GetOwnerUserId() uint64
- func (x *Asset) GetPartyId() string
- func (x *Asset) GetPublishTs() int64
- func (x *Asset) GetPublished() bool
- func (x *Asset) GetPublishedOnGba() bool
- func (x *Asset) GetStatus() enums.Asset_Status
- func (x *Asset) GetThirdPartyId() string
- func (x *Asset) GetUpdatedTs() int64
- func (*Asset) ProtoMessage()
- func (x *Asset) ProtoReflect() protoreflect.Message
- func (x *Asset) Reset()
- func (x *Asset) String() string
- type Asset_GbaInfo
- func (*Asset_GbaInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Asset_GbaInfo) GetPushStatus() bool
- func (x *Asset_GbaInfo) GetTableCode() string
- func (*Asset_GbaInfo) ProtoMessage()
- func (x *Asset_GbaInfo) ProtoReflect() protoreflect.Message
- func (x *Asset_GbaInfo) Reset()
- func (x *Asset_GbaInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protobuf_mpc_virtual_service_platform_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Asset ¶
type Asset struct { Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` CreatedTs int64 `protobuf:"varint,2,opt,name=created_ts,json=createdTs,proto3" json:"created_ts,omitempty"` UpdatedTs int64 `protobuf:"varint,3,opt,name=updated_ts,json=updatedTs,proto3" json:"updated_ts,omitempty"` ItemType enums.Datainfo_DataType `` /* 129-byte string literal not displayed */ OwnerUserId uint64 `protobuf:"varint,5,opt,name=owner_user_id,json=ownerUserId,proto3" json:"owner_user_id,omitempty"` PartyId string `protobuf:"bytes,6,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` ObjectId uint64 `protobuf:"varint,7,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"` Published bool `protobuf:"varint,8,opt,name=published,proto3" json:"published,omitempty"` PublishTs int64 `protobuf:"varint,9,opt,name=publish_ts,json=publishTs,proto3" json:"publish_ts,omitempty"` Status enums.Asset_Status `protobuf:"varint,10,opt,name=status,proto3,enum=sudo.protobuf.enums.Asset_Status" json:"status,omitempty"` ThirdPartyId string `protobuf:"bytes,11,opt,name=third_party_id,json=thirdPartyId,proto3" json:"third_party_id,omitempty"` GbaInfo *Asset_GbaInfo `protobuf:"bytes,12,opt,name=gba_info,json=gbaInfo,proto3" json:"gba_info,omitempty"` PublishedOnGba bool `protobuf:"varint,13,opt,name=published_on_gba,json=publishedOnGba,proto3" json:"published_on_gba,omitempty"` ExtraStr string `protobuf:"bytes,14,opt,name=extra_str,json=extraStr,proto3" json:"extra_str,omitempty"` // contains filtered or unexported fields }
func (*Asset) Descriptor
deprecated
func (*Asset) GetCreatedTs ¶
func (*Asset) GetExtraStr ¶
func (*Asset) GetGbaInfo ¶
func (x *Asset) GetGbaInfo() *Asset_GbaInfo
func (*Asset) GetItemType ¶
func (x *Asset) GetItemType() enums.Datainfo_DataType
func (*Asset) GetObjectId ¶
func (*Asset) GetOwnerUserId ¶
func (*Asset) GetPartyId ¶
func (*Asset) GetPublishTs ¶
func (*Asset) GetPublished ¶
func (*Asset) GetPublishedOnGba ¶
func (*Asset) GetStatus ¶
func (x *Asset) GetStatus() enums.Asset_Status
func (*Asset) GetThirdPartyId ¶
func (*Asset) GetUpdatedTs ¶
func (*Asset) ProtoMessage ¶
func (*Asset) ProtoMessage()
func (*Asset) ProtoReflect ¶
func (x *Asset) ProtoReflect() protoreflect.Message
type Asset_GbaInfo ¶
type Asset_GbaInfo struct { TableCode string `protobuf:"bytes,1,opt,name=table_code,json=tableCode,proto3" json:"table_code,omitempty"` PushStatus bool `protobuf:"varint,2,opt,name=push_status,json=pushStatus,proto3" json:"push_status,omitempty"` // contains filtered or unexported fields }
func (*Asset_GbaInfo) Descriptor
deprecated
func (*Asset_GbaInfo) Descriptor() ([]byte, []int)
Deprecated: Use Asset_GbaInfo.ProtoReflect.Descriptor instead.
func (*Asset_GbaInfo) GetPushStatus ¶
func (x *Asset_GbaInfo) GetPushStatus() bool
func (*Asset_GbaInfo) GetTableCode ¶
func (x *Asset_GbaInfo) GetTableCode() string
func (*Asset_GbaInfo) ProtoMessage ¶
func (*Asset_GbaInfo) ProtoMessage()
func (*Asset_GbaInfo) ProtoReflect ¶
func (x *Asset_GbaInfo) ProtoReflect() protoreflect.Message
func (*Asset_GbaInfo) Reset ¶
func (x *Asset_GbaInfo) Reset()
func (*Asset_GbaInfo) String ¶
func (x *Asset_GbaInfo) String() string
Click to show internal directories.
Click to hide internal directories.