Documentation ¶
Overview ¶
Package factoryconfig holds configuration for the Factory service SDK. This service is hosted by Common Fate, so configuring a client is slightly different than configuring a client for a Common Fate deployment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { // BaseURL of the Factory service to connect to. // Defaults to "https://factory.commonfate.io" // if not provided. BaseURL string // HTTPClient is filled in by calling Load() HTTPClient *http.Client }
type Opts ¶
type Opts struct { LicenceKey string // BaseURL of the Factory service to connect to. // Defaults to "https://factory.commonfate.io" // if not provided. BaseURL string }
Click to show internal directories.
Click to hide internal directories.