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 ¶
func NewContext ¶ added in v0.0.251
func NewContext(ctx context.Context, c *Client) context.Context
NewContext derives a Context that carries c from ctx.
Types ¶
type Client ¶
type Client struct {
IO *iostreams.IOStreams // TODO: remove
// contains filtered or unexported fields
}
func FromContext ¶ added in v0.0.251
func FromContext(ctx context.Context) *Client
FromContext returns the Client ctx carries. It panics in case ctx carries no Client.
func (*Client) Authenticated ¶
func (c *Client) Authenticated() bool
Click to show internal directories.
Click to hide internal directories.