Documentation ¶ Index ¶ type Retriever 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. Retrieve(ctx context.Context) ([]byte, error) } Retriever is the interface to create a Retriever to load you flags. Source Files ¶ View all Source files retriever.go Directories ¶ Show internal Expand all Path Synopsis fileretriever gcstorageretriever githubretriever httpretriever k8sretriever s3retriever Click to show internal directories. Click to hide internal directories.