client

package
v0.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

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 NewClient

func NewClient(token string) *api.Client

deprecated

func NewContext

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

func FromContext(ctx context.Context) *Client

FromContext returns the Client ctx carries. It panics in case ctx carries no Client.

func FromToken

func FromToken(token string) *Client

deprecated

func FromTokens added in v0.1.131

func FromTokens(toks *tokens.Tokens) *Client

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) API

func (c *Client) API() *api.Client

func (*Client) Authenticated

func (c *Client) Authenticated() bool

type NewClientOpts added in v0.0.545

type NewClientOpts struct {
	Token         string
	ClientName    string
	ClientVersion string
	Logger        api.Logger
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL