feature_flags

package
v6.9.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2015 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudControllerFeatureFlagRepository

type CloudControllerFeatureFlagRepository struct {
	// contains filtered or unexported fields
}

func NewCloudControllerFeatureFlagRepository

func NewCloudControllerFeatureFlagRepository(config core_config.Reader, gateway net.Gateway) CloudControllerFeatureFlagRepository

func (CloudControllerFeatureFlagRepository) FindByName

func (CloudControllerFeatureFlagRepository) List

func (CloudControllerFeatureFlagRepository) Update

func (repo CloudControllerFeatureFlagRepository) Update(flag string, set bool) error

type FeatureFlagRepository

type FeatureFlagRepository interface {
	List() ([]models.FeatureFlag, error)
	FindByName(string) (models.FeatureFlag, error)
	Update(string, bool) error
}

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter

Jump to

Keyboard shortcuts

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