cloudsaveclientmodels

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2022 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelsBulkGetPlayerRecordResponse added in v0.10.0

type ModelsBulkGetPlayerRecordResponse struct {

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

ModelsBulkGetPlayerRecordResponse models bulk get player record response

swagger:model models.BulkGetPlayerRecordResponse

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 ModelsBulkUserIDsRequest added in v0.10.0

type ModelsBulkUserIDsRequest struct {

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

ModelsBulkUserIDsRequest models bulk user i ds request

swagger:model models.BulkUserIDsRequest

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 ModelsConcurrentRecordRequest

type ModelsConcurrentRecordRequest struct {

	// updated at
	// Required: true
	UpdatedAt *string `json:"updatedAt"`

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

ModelsConcurrentRecordRequest models concurrent record request

swagger:model models.ConcurrentRecordRequest

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 ModelsGameRecord

type ModelsGameRecord 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"`
}

ModelsGameRecord models game record

swagger:model models.GameRecord

func (*ModelsGameRecord) MarshalBinary

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

MarshalBinary interface implementation

func (*ModelsGameRecord) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ModelsGameRecord) Validate

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

Validate validates this models game record

type ModelsGameRecordRequest

type ModelsGameRecordRequest interface{}

ModelsGameRecordRequest models game record request

swagger:model models.GameRecordRequest

type ModelsListGameRecordKeys

type ModelsListGameRecordKeys struct {

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

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

ModelsListGameRecordKeys models list game record keys

swagger:model models.ListGameRecordKeys

func (*ModelsListGameRecordKeys) MarshalBinary

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

MarshalBinary interface implementation

func (*ModelsListGameRecordKeys) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ModelsListGameRecordKeys) Validate

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

Validate validates this models list game record keys

type ModelsListPlayerRecordKeys

type ModelsListPlayerRecordKeys struct {

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

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

ModelsListPlayerRecordKeys models list player record keys

swagger:model models.ListPlayerRecordKeys

func (*ModelsListPlayerRecordKeys) MarshalBinary

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

MarshalBinary interface implementation

func (*ModelsListPlayerRecordKeys) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ModelsListPlayerRecordKeys) Validate

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

Validate validates this models list player record keys

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 ModelsPlayerRecord

type ModelsPlayerRecord struct {

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

	// is public
	// Required: true
	IsPublic *bool `json:"is_public"`

	// 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"`
}

ModelsPlayerRecord models player record

swagger:model models.PlayerRecord

func (*ModelsPlayerRecord) MarshalBinary

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

MarshalBinary interface implementation

func (*ModelsPlayerRecord) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ModelsPlayerRecord) Validate

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

Validate validates this models player record

type ModelsPlayerRecordKey

type ModelsPlayerRecordKey struct {

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

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

ModelsPlayerRecordKey models player record key

swagger:model models.PlayerRecordKey

func (*ModelsPlayerRecordKey) MarshalBinary

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

MarshalBinary interface implementation

func (*ModelsPlayerRecordKey) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ModelsPlayerRecordKey) Validate

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

Validate validates this models player record key

type ModelsPlayerRecordRequest

type ModelsPlayerRecordRequest interface{}

ModelsPlayerRecordRequest models player record request

swagger:model models.PlayerRecordRequest

type ModelsResponseError added in v0.7.0

type ModelsResponseError struct {

	// error code
	// Required: true
	ErrorCode *int32 `json:"errorCode"`

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

ModelsResponseError models response error

swagger:model models.ResponseError

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

Jump to

Keyboard shortcuts

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