Versions in this module Expand all Collapse all v0 v0.28.1 Oct 9, 2023 Changes in this version + func ClientFromConfig(file string) (*http.Client, error) + func FetchKVs(ctx context.Context, client *http.Client, spreadsheetId string) (map[string]interface{}, error) + func FetchKVsWithCredentials(ctx context.Context, credsFile, spreadsheetId string) (map[string]interface{}, error) + func New(cfg api.StaticConfig) *provider