Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoAuthToken = errors.New("No access token available. Please login with 'flyctl auth login'")
Functions ¶
Types ¶
type Client ¶
type Client struct { IO *iostreams.IOStreams // TODO: remove // contains filtered or unexported fields }
func FromContext ¶
FromContext returns the Client ctx carries. It panics in case ctx carries no Client.
func FromTokens ¶ added in v0.1.131
func NewClientWithOptions ¶ added in v0.0.545
func NewClientWithOptions(opts *NewClientOpts) *Client
non-flyctl libraries use this when needing to specify logger, client name, and client version
func (*Client) Authenticated ¶
Click to show internal directories.
Click to hide internal directories.