Documentation ¶ Index ¶ type Credentials Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Credentials ¶ type Credentials struct { // APIToken is the API token used to authenticate with the Replicated API APIToken string `json:"token"` IsEnv bool `json:"-"` IsConfigFile bool `json:"-"` } Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.