Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Retriever ¶
type Retriever interface { // Retrieve function is supposed to load the file and to return a []byte of your flag configuration file. // If you want to specify the format of the file, you can use the ffclient.Config.FileFormat option to // specify if it is a YAML, JSON or TOML file. Retrieve(ctx context.Context) ([]byte, error) }
Retriever is the interface to create a Retriever to load you flags.
Click to show internal directories.
Click to hide internal directories.