config

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2021 License: Apache-2.0 Imports: 0 Imported by: 1

README

GoDoc

config

import "github.com/go-coldbrew/feature-flags/config"

Index

type Config

type Config struct {
    FeatureFlagEngine string `envconfig:"FEATURE_FLAG_ENGINE" default:"unleash"`
    UnleashConfig
}

type UnleashConfig

type UnleashConfig struct {
    UnleashUrl                  string `envconfig:"UNLEASH_URL"`
    UnleashToken                string `envconfig:"UNLEASH_TOKEN"`
    UnleashRetryIntervalSeconds int    `envconfig:"UNLEASH_RETRY_INTERVAL_SECONDS" default:"60"`
}

Generated by gomarkdoc

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	FeatureFlagEngine string `envconfig:"FEATURE_FLAG_ENGINE" default:"unleash"`
	UnleashConfig
}

type UnleashConfig

type UnleashConfig struct {
	UnleashUrl                  string `envconfig:"UNLEASH_URL"`
	UnleashToken                string `envconfig:"UNLEASH_TOKEN"`
	UnleashRetryIntervalSeconds int    `envconfig:"UNLEASH_RETRY_INTERVAL_SECONDS" default:"60"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL