Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Envelope ¶
type Envelope struct {
OK bool `json:"ok"`
Data interface{} `json:"data,omitempty"`
Error string `json:"error,omitempty"`
Message string `json:"message,omitempty"`
Details interface{} `json:"details,omitempty"`
CachedAt string `json:"cached_at,omitempty"`
CachePath string `json:"cache_path,omitempty"`
}
Envelope is the standard JSON output wrapper used by every command.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.