shared

package
v0.0.0-...-5bc9c7f Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Balance

type Balance struct {
	// Current balance after the transaction
	Balance string      `json:"balance,required"`
	JSON    balanceJSON `json:"-"`
}

func (*Balance) UnmarshalJSON

func (r *Balance) UnmarshalJSON(data []byte) (err error)

type BidList

type BidList struct {
	// List of bids
	Bids []morpheusmarketplace.Bid `json:"bids,required"`
	JSON bidListJSON               `json:"-"`
}

func (*BidList) UnmarshalJSON

func (r *BidList) UnmarshalJSON(data []byte) (err error)

type Session

type Session struct {
	// Unique identifier of the session
	ID string `json:"id,required"`
	// Duration of the session in seconds
	SessionDuration string `json:"sessionDuration,required"`
	// Status of the session
	Status string      `json:"status,required"`
	JSON   sessionJSON `json:"-"`
}

func (*Session) UnmarshalJSON

func (r *Session) UnmarshalJSON(data []byte) (err error)

Jump to

Keyboard shortcuts

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