Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Config *config.Config Args *commandargs.Shell ReadWriter *readwriter.ReadWriter }
type Payload ¶
type Payload struct { Header PayloadHeader `json:"header"` Href string `json:"href"` ExpiresIn int `json:"expires_in,omitempty"` }
type PayloadHeader ¶
type PayloadHeader struct {
Auth string `json:"Authorization"`
}
Click to show internal directories.
Click to hide internal directories.