cloudsaveclientmodels

package
v0.50.0 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2023 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

View Source
const (

	// ModelsPluginRequestExtendTypeAPP captures enum value "APP"
	ModelsPluginRequestExtendTypeAPP string = "APP"

	// ModelsPluginRequestExtendTypeCUSTOM captures enum value "CUSTOM"
	ModelsPluginRequestExtendTypeCUSTOM string = "CUSTOM"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelsAdminConcurrentRecordRequest added in v0.16.0

type ModelsAdminConcurrentRecordRequest struct {

	// set_by
	// Required: true
	SetBy *string `json:"set_by"`

	// updatedat
	// Required: true
	UpdatedAt *string `json:"updatedAt"`

	// value
	// Required: true
	Value interface{} `json:"value"`
}

ModelsAdminConcurrentRecordRequest Models admin concurrent record request

swagger:model Models admin concurrent record request.

func (*ModelsAdminConcurrentRecordRequest) MarshalBinary added in v0.16.0

func (m *ModelsAdminConcurrentRecordRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsAdminConcurrentRecordRequest) UnmarshalBinary added in v0.16.0

func (m *ModelsAdminConcurrentRecordRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsAdminConcurrentRecordRequest) Validate added in v0.16.0

Validate validates this Models admin concurrent record request

type ModelsAdminGameConcurrentRecordRequest added in v0.49.0

type ModelsAdminGameConcurrentRecordRequest struct {

	// updatedat
	// Required: true
	UpdatedAt *string `json:"updatedAt"`

	// value
	// Required: true
	Value interface{} `json:"value"`
}

ModelsAdminGameConcurrentRecordRequest Models admin game concurrent record request

swagger:model Models admin game concurrent record request.

func (*ModelsAdminGameConcurrentRecordRequest) MarshalBinary added in v0.49.0

func (m *ModelsAdminGameConcurrentRecordRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsAdminGameConcurrentRecordRequest) UnmarshalBinary added in v0.49.0

func (m *ModelsAdminGameConcurrentRecordRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsAdminGameConcurrentRecordRequest) Validate added in v0.49.0

Validate validates this Models admin game concurrent record request

type ModelsAdminGameRecordRequest added in v0.49.0

type ModelsAdminGameRecordRequest interface{}

ModelsAdminGameRecordRequest Models admin game record request

swagger:model Models admin game record request.

type ModelsAdminGameRecordResponse added in v0.49.0

type ModelsAdminGameRecordResponse struct {

	// created_at
	// Required: true
	// Format: date-time
	CreatedAt strfmt.DateTime `json:"created_at"`

	// key
	// Required: true
	Key *string `json:"key"`

	// namespace
	// Required: true
	Namespace *string `json:"namespace"`

	// updated_at
	// Required: true
	// Format: date-time
	UpdatedAt strfmt.DateTime `json:"updated_at"`

	// value
	// Required: true
	Value interface{} `json:"value"`
}

ModelsAdminGameRecordResponse Models admin game record response

swagger:model Models admin game record response.

func (*ModelsAdminGameRecordResponse) MarshalBinary added in v0.49.0

func (m *ModelsAdminGameRecordResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsAdminGameRecordResponse) UnmarshalBinary added in v0.49.0

func (m *ModelsAdminGameRecordResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsAdminGameRecordResponse) Validate added in v0.49.0

func (m *ModelsAdminGameRecordResponse) Validate(formats strfmt.Registry) error

Validate validates this Models admin game record response

type ModelsAdminPlayerConcurrentRecordRequest added in v0.49.0

type ModelsAdminPlayerConcurrentRecordRequest struct {

	// updatedat
	// Required: true
	UpdatedAt *string `json:"updatedAt"`

	// value
	// Required: true
	Value interface{} `json:"value"`
}

ModelsAdminPlayerConcurrentRecordRequest Models admin player concurrent record request

swagger:model Models admin player concurrent record request.

func (*ModelsAdminPlayerConcurrentRecordRequest) MarshalBinary added in v0.49.0

func (m *ModelsAdminPlayerConcurrentRecordRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsAdminPlayerConcurrentRecordRequest) UnmarshalBinary added in v0.49.0

func (m *ModelsAdminPlayerConcurrentRecordRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsAdminPlayerConcurrentRecordRequest) Validate added in v0.49.0

Validate validates this Models admin player concurrent record request

type ModelsAdminPlayerRecordKeyInfo added in v0.49.0

type ModelsAdminPlayerRecordKeyInfo struct {

	// key
	// Required: true
	Key *string `json:"key"`

	// user_id
	// Required: true
	UserID *string `json:"user_id"`
}

ModelsAdminPlayerRecordKeyInfo Models admin player record key info

swagger:model Models admin player record key info.

func (*ModelsAdminPlayerRecordKeyInfo) MarshalBinary added in v0.49.0

func (m *ModelsAdminPlayerRecordKeyInfo) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsAdminPlayerRecordKeyInfo) UnmarshalBinary added in v0.49.0

func (m *ModelsAdminPlayerRecordKeyInfo) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsAdminPlayerRecordKeyInfo) Validate added in v0.49.0

func (m *ModelsAdminPlayerRecordKeyInfo) Validate(formats strfmt.Registry) error

Validate validates this Models admin player record key info

type ModelsAdminPlayerRecordRequest added in v0.49.0

type ModelsAdminPlayerRecordRequest interface{}

ModelsAdminPlayerRecordRequest Models admin player record request

swagger:model Models admin player record request.

type ModelsAdminPlayerRecordResponse added in v0.49.0

type ModelsAdminPlayerRecordResponse struct {

	// created_at
	// Required: true
	// Format: date-time
	CreatedAt strfmt.DateTime `json:"created_at"`

	// key
	// Required: true
	Key *string `json:"key"`

	// namespace
	// Required: true
	Namespace *string `json:"namespace"`

	// updated_at
	// Required: true
	// Format: date-time
	UpdatedAt strfmt.DateTime `json:"updated_at"`

	// user_id
	// Required: true
	UserID *string `json:"user_id"`

	// value
	// Required: true
	Value interface{} `json:"value"`
}

ModelsAdminPlayerRecordResponse Models admin player record response

swagger:model Models admin player record response.

func (*ModelsAdminPlayerRecordResponse) MarshalBinary added in v0.49.0

func (m *ModelsAdminPlayerRecordResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsAdminPlayerRecordResponse) UnmarshalBinary added in v0.49.0

func (m *ModelsAdminPlayerRecordResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsAdminPlayerRecordResponse) Validate added in v0.49.0

Validate validates this Models admin player record response

type ModelsAppConfig added in v0.50.0

type ModelsAppConfig struct {

	// Extend app name
	// Required: true
	AppName *string `json:"appName"`
}

ModelsAppConfig Models app config

swagger:model Models app config.

func (*ModelsAppConfig) MarshalBinary added in v0.50.0

func (m *ModelsAppConfig) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsAppConfig) UnmarshalBinary added in v0.50.0

func (m *ModelsAppConfig) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsAppConfig) Validate added in v0.50.0

func (m *ModelsAppConfig) Validate(formats strfmt.Registry) error

Validate validates this Models app config

type ModelsBulkGetAdminGameRecordRequest added in v0.49.0

type ModelsBulkGetAdminGameRecordRequest struct {

	// keys
	// Required: true
	Keys []string `json:"keys"`
}

ModelsBulkGetAdminGameRecordRequest Models bulk get admin game record request

swagger:model Models bulk get admin game record request.

func (*ModelsBulkGetAdminGameRecordRequest) MarshalBinary added in v0.49.0

func (m *ModelsBulkGetAdminGameRecordRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsBulkGetAdminGameRecordRequest) UnmarshalBinary added in v0.49.0

func (m *ModelsBulkGetAdminGameRecordRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsBulkGetAdminGameRecordRequest) Validate added in v0.49.0

Validate validates this Models bulk get admin game record request

type ModelsBulkGetAdminGameRecordResponse added in v0.49.0

type ModelsBulkGetAdminGameRecordResponse struct {

	// data
	// Required: true
	Data []*ModelsAdminGameRecordResponse `json:"data"`
}

ModelsBulkGetAdminGameRecordResponse Models bulk get admin game record response

swagger:model Models bulk get admin game record response.

func (*ModelsBulkGetAdminGameRecordResponse) MarshalBinary added in v0.49.0

func (m *ModelsBulkGetAdminGameRecordResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsBulkGetAdminGameRecordResponse) UnmarshalBinary added in v0.49.0

func (m *ModelsBulkGetAdminGameRecordResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsBulkGetAdminGameRecordResponse) Validate added in v0.49.0

Validate validates this Models bulk get admin game record response

type ModelsBulkGetAdminPlayerRecordRequest added in v0.49.0

type ModelsBulkGetAdminPlayerRecordRequest struct {

	// keys
	// Required: true
	Keys []string `json:"keys"`
}

ModelsBulkGetAdminPlayerRecordRequest Models bulk get admin player record request

swagger:model Models bulk get admin player record request.

func (*ModelsBulkGetAdminPlayerRecordRequest) MarshalBinary added in v0.49.0

func (m *ModelsBulkGetAdminPlayerRecordRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsBulkGetAdminPlayerRecordRequest) UnmarshalBinary added in v0.49.0

func (m *ModelsBulkGetAdminPlayerRecordRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsBulkGetAdminPlayerRecordRequest) Validate added in v0.49.0

Validate validates this Models bulk get admin player record request

type ModelsBulkGetAdminPlayerRecordResponse added in v0.49.0

type ModelsBulkGetAdminPlayerRecordResponse struct {

	// data
	// Required: true
	Data []*ModelsAdminPlayerRecordResponse `json:"data"`
}

ModelsBulkGetAdminPlayerRecordResponse Models bulk get admin player record response

swagger:model Models bulk get admin player record response.

func (*ModelsBulkGetAdminPlayerRecordResponse) MarshalBinary added in v0.49.0

func (m *ModelsBulkGetAdminPlayerRecordResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsBulkGetAdminPlayerRecordResponse) UnmarshalBinary added in v0.49.0

func (m *ModelsBulkGetAdminPlayerRecordResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsBulkGetAdminPlayerRecordResponse) Validate added in v0.49.0

Validate validates this Models bulk get admin player record response

type ModelsBulkGetGameRecordRequest added in v0.36.0

type ModelsBulkGetGameRecordRequest struct {

	// keys
	// Required: true
	Keys []string `json:"keys"`
}

ModelsBulkGetGameRecordRequest Models bulk get game record request

swagger:model Models bulk get game record request.

func (*ModelsBulkGetGameRecordRequest) MarshalBinary added in v0.36.0

func (m *ModelsBulkGetGameRecordRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsBulkGetGameRecordRequest) UnmarshalBinary added in v0.36.0

func (m *ModelsBulkGetGameRecordRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsBulkGetGameRecordRequest) Validate added in v0.36.0

func (m *ModelsBulkGetGameRecordRequest) Validate(formats strfmt.Registry) error

Validate validates this Models bulk get game record request

type ModelsBulkGetGameRecordResponse added in v0.36.0

type ModelsBulkGetGameRecordResponse struct {

	// data
	// Required: true
	Data []*ModelsGameRecordResponse `json:"data"`
}

ModelsBulkGetGameRecordResponse Models bulk get game record response

swagger:model Models bulk get game record response.

func (*ModelsBulkGetGameRecordResponse) MarshalBinary added in v0.36.0

func (m *ModelsBulkGetGameRecordResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsBulkGetGameRecordResponse) UnmarshalBinary added in v0.36.0

func (m *ModelsBulkGetGameRecordResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsBulkGetGameRecordResponse) Validate added in v0.36.0

Validate validates this Models bulk get game record response

type ModelsBulkGetPlayerRecordResponse added in v0.10.0

type ModelsBulkGetPlayerRecordResponse struct {

	// data
	// Required: true
	Data []*ModelsPlayerRecordResponse `json:"data"`
}

ModelsBulkGetPlayerRecordResponse Models bulk get player record response

swagger:model Models bulk get player record response.

func (*ModelsBulkGetPlayerRecordResponse) MarshalBinary added in v0.10.0

func (m *ModelsBulkGetPlayerRecordResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsBulkGetPlayerRecordResponse) UnmarshalBinary added in v0.10.0

func (m *ModelsBulkGetPlayerRecordResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsBulkGetPlayerRecordResponse) Validate added in v0.10.0

Validate validates this Models bulk get player record response

type ModelsBulkGetPlayerRecordSizeResponse added in v0.27.0

type ModelsBulkGetPlayerRecordSizeResponse struct {

	// data
	// Required: true
	Data []*ModelsPlayerRecordSizeResponse `json:"data"`
}

ModelsBulkGetPlayerRecordSizeResponse Models bulk get player record size response

swagger:model Models bulk get player record size response.

func (*ModelsBulkGetPlayerRecordSizeResponse) MarshalBinary added in v0.27.0

func (m *ModelsBulkGetPlayerRecordSizeResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsBulkGetPlayerRecordSizeResponse) UnmarshalBinary added in v0.27.0

func (m *ModelsBulkGetPlayerRecordSizeResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsBulkGetPlayerRecordSizeResponse) Validate added in v0.27.0

Validate validates this Models bulk get player record size response

type ModelsBulkGetPlayerRecordsRequest added in v0.36.0

type ModelsBulkGetPlayerRecordsRequest struct {

	// keys
	// Required: true
	Keys []string `json:"keys"`
}

ModelsBulkGetPlayerRecordsRequest Models bulk get player records request

swagger:model Models bulk get player records request.

func (*ModelsBulkGetPlayerRecordsRequest) MarshalBinary added in v0.36.0

func (m *ModelsBulkGetPlayerRecordsRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsBulkGetPlayerRecordsRequest) UnmarshalBinary added in v0.36.0

func (m *ModelsBulkGetPlayerRecordsRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsBulkGetPlayerRecordsRequest) Validate added in v0.36.0

Validate validates this Models bulk get player records request

type ModelsBulkUserIDsRequest added in v0.10.0

type ModelsBulkUserIDsRequest struct {

	// userids
	// Required: true
	UserIds []string `json:"userIds"`
}

ModelsBulkUserIDsRequest Models bulk user I ds request

swagger:model Models bulk user I ds request.

func (*ModelsBulkUserIDsRequest) MarshalBinary added in v0.10.0

func (m *ModelsBulkUserIDsRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsBulkUserIDsRequest) UnmarshalBinary added in v0.10.0

func (m *ModelsBulkUserIDsRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsBulkUserIDsRequest) Validate added in v0.10.0

func (m *ModelsBulkUserIDsRequest) Validate(formats strfmt.Registry) error

Validate validates this Models bulk user I ds request

type ModelsBulkUserKeyRequest added in v0.27.0

type ModelsBulkUserKeyRequest struct {

	// data
	// Required: true
	Data []*ModelsUserKeyRequest `json:"data"`
}

ModelsBulkUserKeyRequest Models bulk user key request

swagger:model Models bulk user key request.

func (*ModelsBulkUserKeyRequest) MarshalBinary added in v0.27.0

func (m *ModelsBulkUserKeyRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsBulkUserKeyRequest) UnmarshalBinary added in v0.27.0

func (m *ModelsBulkUserKeyRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsBulkUserKeyRequest) Validate added in v0.27.0

func (m *ModelsBulkUserKeyRequest) Validate(formats strfmt.Registry) error

Validate validates this Models bulk user key request

type ModelsConcurrentRecordRequest

type ModelsConcurrentRecordRequest struct {

	// updatedat
	// Required: true
	UpdatedAt *string `json:"updatedAt"`

	// value
	// Required: true
	Value interface{} `json:"value"`
}

ModelsConcurrentRecordRequest Models concurrent record request

swagger:model Models concurrent record request.

func (*ModelsConcurrentRecordRequest) MarshalBinary

func (m *ModelsConcurrentRecordRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsConcurrentRecordRequest) UnmarshalBinary

func (m *ModelsConcurrentRecordRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsConcurrentRecordRequest) Validate

func (m *ModelsConcurrentRecordRequest) Validate(formats strfmt.Registry) error

Validate validates this Models concurrent record request

type ModelsCustomConfig added in v0.50.0

type ModelsCustomConfig struct {

	// grpcaddress
	// Required: true
	GRPCAddress *string `json:"GRPCAddress"`
}

ModelsCustomConfig Models custom config

swagger:model Models custom config.

func (*ModelsCustomConfig) MarshalBinary added in v0.50.0

func (m *ModelsCustomConfig) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsCustomConfig) UnmarshalBinary added in v0.50.0

func (m *ModelsCustomConfig) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsCustomConfig) Validate added in v0.50.0

func (m *ModelsCustomConfig) Validate(formats strfmt.Registry) error

Validate validates this Models custom config

type ModelsCustomFunction added in v0.50.0

type ModelsCustomFunction struct {

	// enable/disable after bulk read admin game record custom validation
	// Required: true
	AfterBulkReadAdminGameRecord *bool `json:"afterBulkReadAdminGameRecord"`

	// enable/disable after bulk read admin player record custom validation
	// Required: true
	AfterBulkReadAdminPlayerRecord *bool `json:"afterBulkReadAdminPlayerRecord"`

	// enable/disable after bulk read game record custom validation
	// Required: true
	AfterBulkReadGameRecord *bool `json:"afterBulkReadGameRecord"`

	// enable/disable after bulk read player record custom validation
	// Required: true
	AfterBulkReadPlayerRecord *bool `json:"afterBulkReadPlayerRecord"`

	// enable/disable after read admin game record custom validation
	// Required: true
	AfterReadAdminGameRecord *bool `json:"afterReadAdminGameRecord"`

	// enable/disable after read admin player record custom validation
	// Required: true
	AfterReadAdminPlayerRecord *bool `json:"afterReadAdminPlayerRecord"`

	// enable/disable after read game record custom validation
	// Required: true
	AfterReadGameRecord *bool `json:"afterReadGameRecord"`

	// enable/disable after read player record custom validation
	// Required: true
	AfterReadPlayerRecord *bool `json:"afterReadPlayerRecord"`

	// enable/disable before write admin game record custom validation
	// Required: true
	BeforeWriteAdminGameRecord *bool `json:"beforeWriteAdminGameRecord"`

	// enable/disable before write admin player record custom validation
	// Required: true
	BeforeWriteAdminPlayerRecord *bool `json:"beforeWriteAdminPlayerRecord"`

	// enable/disable before write game record custom validation
	// Required: true
	BeforeWriteGameRecord *bool `json:"beforeWriteGameRecord"`

	// enable/disable before write player record custom validation
	// Required: true
	BeforeWritePlayerRecord *bool `json:"beforeWritePlayerRecord"`
}

ModelsCustomFunction Models custom function

swagger:model Models custom function.

func (*ModelsCustomFunction) MarshalBinary added in v0.50.0

func (m *ModelsCustomFunction) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsCustomFunction) UnmarshalBinary added in v0.50.0

func (m *ModelsCustomFunction) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsCustomFunction) Validate added in v0.50.0

func (m *ModelsCustomFunction) Validate(formats strfmt.Registry) error

Validate validates this Models custom function

type ModelsGameRecordRequest

type ModelsGameRecordRequest interface{}

ModelsGameRecordRequest Models game record request

swagger:model Models game record request.

type ModelsGameRecordResponse added in v0.15.0

type ModelsGameRecordResponse struct {

	// created_at
	// Required: true
	// Format: date-time
	CreatedAt strfmt.DateTime `json:"created_at"`

	// key
	// Required: true
	Key *string `json:"key"`

	// namespace
	// Required: true
	Namespace *string `json:"namespace"`

	// Indicate which party that could modify the record
	SetBy string `json:"set_by,omitempty"`

	// updated_at
	// Required: true
	// Format: date-time
	UpdatedAt strfmt.DateTime `json:"updated_at"`

	// value
	// Required: true
	Value interface{} `json:"value"`
}

ModelsGameRecordResponse Models game record response

swagger:model Models game record response.

func (*ModelsGameRecordResponse) MarshalBinary added in v0.15.0

func (m *ModelsGameRecordResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsGameRecordResponse) UnmarshalBinary added in v0.15.0

func (m *ModelsGameRecordResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsGameRecordResponse) Validate added in v0.15.0

func (m *ModelsGameRecordResponse) Validate(formats strfmt.Registry) error

Validate validates this Models game record response

type ModelsListAdminGameRecordKeysResponse added in v0.49.0

type ModelsListAdminGameRecordKeysResponse struct {

	// data
	// Required: true
	Data []string `json:"data"`

	// paging
	// Required: true
	Paging *ModelsPagination `json:"paging"`
}

ModelsListAdminGameRecordKeysResponse Models list admin game record keys response

swagger:model Models list admin game record keys response.

func (*ModelsListAdminGameRecordKeysResponse) MarshalBinary added in v0.49.0

func (m *ModelsListAdminGameRecordKeysResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsListAdminGameRecordKeysResponse) UnmarshalBinary added in v0.49.0

func (m *ModelsListAdminGameRecordKeysResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsListAdminGameRecordKeysResponse) Validate added in v0.49.0

Validate validates this Models list admin game record keys response

type ModelsListAdminPlayerRecordKeysResponse added in v0.49.0

type ModelsListAdminPlayerRecordKeysResponse struct {

	// data
	// Required: true
	Data []*ModelsAdminPlayerRecordKeyInfo `json:"data"`

	// paging
	// Required: true
	Paging *ModelsPagination `json:"paging"`
}

ModelsListAdminPlayerRecordKeysResponse Models list admin player record keys response

swagger:model Models list admin player record keys response.

func (*ModelsListAdminPlayerRecordKeysResponse) MarshalBinary added in v0.49.0

func (m *ModelsListAdminPlayerRecordKeysResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsListAdminPlayerRecordKeysResponse) UnmarshalBinary added in v0.49.0

func (m *ModelsListAdminPlayerRecordKeysResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsListAdminPlayerRecordKeysResponse) Validate added in v0.49.0

Validate validates this Models list admin player record keys response

type ModelsListGameRecordKeysResponse added in v0.15.0

type ModelsListGameRecordKeysResponse struct {

	// data
	// Required: true
	Data []string `json:"data"`

	// paging
	// Required: true
	Paging *ModelsPagination `json:"paging"`
}

ModelsListGameRecordKeysResponse Models list game record keys response

swagger:model Models list game record keys response.

func (*ModelsListGameRecordKeysResponse) MarshalBinary added in v0.15.0

func (m *ModelsListGameRecordKeysResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsListGameRecordKeysResponse) UnmarshalBinary added in v0.15.0

func (m *ModelsListGameRecordKeysResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsListGameRecordKeysResponse) Validate added in v0.15.0

Validate validates this Models list game record keys response

type ModelsListPlayerRecordKeysResponse added in v0.15.0

type ModelsListPlayerRecordKeysResponse struct {

	// data
	// Required: true
	Data []*ModelsPlayerRecordKeyInfo `json:"data"`

	// paging
	// Required: true
	Paging *ModelsPagination `json:"paging"`
}

ModelsListPlayerRecordKeysResponse Models list player record keys response

swagger:model Models list player record keys response.

func (*ModelsListPlayerRecordKeysResponse) MarshalBinary added in v0.15.0

func (m *ModelsListPlayerRecordKeysResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsListPlayerRecordKeysResponse) UnmarshalBinary added in v0.15.0

func (m *ModelsListPlayerRecordKeysResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsListPlayerRecordKeysResponse) Validate added in v0.15.0

Validate validates this Models list player record keys response

type ModelsPagination

type ModelsPagination struct {

	// first
	// Required: true
	First *string `json:"first"`

	// last
	// Required: true
	Last *string `json:"last"`

	// next
	// Required: true
	Next *string `json:"next"`

	// previous
	// Required: true
	Previous *string `json:"previous"`
}

ModelsPagination Models pagination

swagger:model Models pagination.

func (*ModelsPagination) MarshalBinary

func (m *ModelsPagination) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsPagination) UnmarshalBinary

func (m *ModelsPagination) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsPagination) Validate

func (m *ModelsPagination) Validate(formats strfmt.Registry) error

Validate validates this Models pagination

type ModelsPlayerRecordKeyInfo added in v0.15.0

type ModelsPlayerRecordKeyInfo struct {

	// key
	// Required: true
	Key *string `json:"key"`

	// user_id
	// Required: true
	UserID *string `json:"user_id"`
}

ModelsPlayerRecordKeyInfo Models player record key info

swagger:model Models player record key info.

func (*ModelsPlayerRecordKeyInfo) MarshalBinary added in v0.15.0

func (m *ModelsPlayerRecordKeyInfo) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsPlayerRecordKeyInfo) UnmarshalBinary added in v0.15.0

func (m *ModelsPlayerRecordKeyInfo) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsPlayerRecordKeyInfo) Validate added in v0.15.0

func (m *ModelsPlayerRecordKeyInfo) Validate(formats strfmt.Registry) error

Validate validates this Models player record key info

type ModelsPlayerRecordRequest

type ModelsPlayerRecordRequest interface{}

ModelsPlayerRecordRequest Models player record request

swagger:model Models player record request.

type ModelsPlayerRecordResponse added in v0.15.0

type ModelsPlayerRecordResponse struct {

	// created_at
	// Required: true
	// Format: date-time
	CreatedAt strfmt.DateTime `json:"created_at"`

	// Indicate whether the player record is a public record or not
	// Required: true
	IsPublic *bool `json:"is_public"`

	// key
	// Required: true
	Key *string `json:"key"`

	// namespace
	// Required: true
	Namespace *string `json:"namespace"`

	// Indicate which party that could modify the record
	SetBy string `json:"set_by,omitempty"`

	// updated_at
	// Required: true
	// Format: date-time
	UpdatedAt strfmt.DateTime `json:"updated_at"`

	// user_id
	// Required: true
	UserID *string `json:"user_id"`

	// value
	// Required: true
	Value interface{} `json:"value"`
}

ModelsPlayerRecordResponse Models player record response

swagger:model Models player record response.

func (*ModelsPlayerRecordResponse) MarshalBinary added in v0.15.0

func (m *ModelsPlayerRecordResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsPlayerRecordResponse) UnmarshalBinary added in v0.15.0

func (m *ModelsPlayerRecordResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsPlayerRecordResponse) Validate added in v0.15.0

func (m *ModelsPlayerRecordResponse) Validate(formats strfmt.Registry) error

Validate validates this Models player record response

type ModelsPlayerRecordSizeResponse added in v0.27.0

type ModelsPlayerRecordSizeResponse struct {

	// current_size
	// Required: true
	// Format: int64
	CurrentSize *int64 `json:"current_size"`

	// key
	// Required: true
	Key *string `json:"key"`

	// namespace
	// Required: true
	Namespace *string `json:"namespace"`

	// remaining_size
	// Required: true
	// Format: int64
	RemainingSize *int64 `json:"remaining_size"`

	// user_id
	// Required: true
	UserID *string `json:"user_id"`
}

ModelsPlayerRecordSizeResponse Models player record size response

swagger:model Models player record size response.

func (*ModelsPlayerRecordSizeResponse) MarshalBinary added in v0.27.0

func (m *ModelsPlayerRecordSizeResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsPlayerRecordSizeResponse) UnmarshalBinary added in v0.27.0

func (m *ModelsPlayerRecordSizeResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsPlayerRecordSizeResponse) Validate added in v0.27.0

func (m *ModelsPlayerRecordSizeResponse) Validate(formats strfmt.Registry) error

Validate validates this Models player record size response

type ModelsPluginRequest added in v0.50.0

type ModelsPluginRequest struct {

	// appconfig
	AppConfig *ModelsAppConfig `json:"appConfig,omitempty"`

	// customconfig
	CustomConfig *ModelsCustomConfig `json:"customConfig,omitempty"`

	// customfunction
	// Required: true
	CustomFunction *ModelsCustomFunction `json:"customFunction"`

	// available value: APP, CUSTOM
	// Enum: ['APP', 'CUSTOM']
	// Required: true
	ExtendType *string `json:"extendType"`
}

ModelsPluginRequest Models plugin request

swagger:model Models plugin request.

func (*ModelsPluginRequest) MarshalBinary added in v0.50.0

func (m *ModelsPluginRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsPluginRequest) UnmarshalBinary added in v0.50.0

func (m *ModelsPluginRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsPluginRequest) Validate added in v0.50.0

func (m *ModelsPluginRequest) Validate(formats strfmt.Registry) error

Validate validates this Models plugin request

type ModelsPluginResponse added in v0.50.0

type ModelsPluginResponse struct {

	// appconfig
	AppConfig *ModelsAppConfig `json:"appConfig,omitempty"`

	// customconfig
	CustomConfig *ModelsCustomConfig `json:"customConfig,omitempty"`

	// customfunction
	// Required: true
	CustomFunction *ModelsCustomFunction `json:"customFunction"`

	// extendtype
	// Required: true
	ExtendType *string `json:"extendType"`

	// namespace
	// Required: true
	Namespace *string `json:"namespace"`
}

ModelsPluginResponse Models plugin response

swagger:model Models plugin response.

func (*ModelsPluginResponse) MarshalBinary added in v0.50.0

func (m *ModelsPluginResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsPluginResponse) UnmarshalBinary added in v0.50.0

func (m *ModelsPluginResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsPluginResponse) Validate added in v0.50.0

func (m *ModelsPluginResponse) Validate(formats strfmt.Registry) error

Validate validates this Models plugin response

type ModelsResponseError added in v0.7.0

type ModelsResponseError struct {

	// errorcode
	// Required: true
	// Format: int32
	ErrorCode *int32 `json:"errorCode"`

	// errormessage
	// Required: true
	ErrorMessage *string `json:"errorMessage"`
}

ModelsResponseError Models response error

swagger:model Models response error.

func (*ModelsResponseError) MarshalBinary added in v0.7.0

func (m *ModelsResponseError) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsResponseError) UnmarshalBinary added in v0.7.0

func (m *ModelsResponseError) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsResponseError) Validate added in v0.7.0

func (m *ModelsResponseError) Validate(formats strfmt.Registry) error

Validate validates this Models response error

type ModelsUserKeyRequest added in v0.27.0

type ModelsUserKeyRequest struct {

	// keys
	// Required: true
	Keys []string `json:"keys"`

	// user_id
	// Required: true
	UserID *string `json:"user_id"`
}

ModelsUserKeyRequest Models user key request

swagger:model Models user key request.

func (*ModelsUserKeyRequest) MarshalBinary added in v0.27.0

func (m *ModelsUserKeyRequest) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsUserKeyRequest) UnmarshalBinary added in v0.27.0

func (m *ModelsUserKeyRequest) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsUserKeyRequest) Validate added in v0.27.0

func (m *ModelsUserKeyRequest) Validate(formats strfmt.Registry) error

Validate validates this Models user key request

Jump to

Keyboard shortcuts

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