Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseInfo ¶
type BaseInfo struct { ErrorMessage ErrorMessage `json:"errorMessage,string"` CloseTime int64 `json:"closeTime"` // end of the day Seq int64 `json:"seq,string"` ServerTime int64 `json:"server_time"` StatusCode int64 `json:"statusCode"` Maintenance int64 `json:"maintenance"` MaintenanceText string `json:"maintenance_text,omitempty"` }
func NewBaseInfo ¶
func (BaseInfo) SetErrorMessage ¶
type ErrorMessage ¶
type ErrorMessage string
func (ErrorMessage) MarshalJSON ¶
func (em ErrorMessage) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.