Documentation
¶
Index ¶
Constants ¶
View Source
const SchemaVersion = 1
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Envelope ¶
type Envelope struct {
OK bool `json:"ok" yaml:"ok"`
SchemaVersion int `json:"schema_version" yaml:"schema_version"`
Error *ErrorObject `json:"error,omitempty" yaml:"error,omitempty"`
Data any `json:"data,omitempty" yaml:"data,omitempty"`
}
type ErrorObject ¶
Click to show internal directories.
Click to hide internal directories.