Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { BaseURL string KeyID string `envconfig:"SPACELIFT_KEY_ID" required:"true"` KeySecret string `envconfig:"SPACELIFT_KEY_SECRET" required:"true"` // contains filtered or unexported fields }
Client is the Spacelift client that reads environment variables and retrieves a JWT token for the Spacelift API to be able to make queries to the spacelift API.
Click to show internal directories.
Click to hide internal directories.