configuration

package
v6.16.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2016 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EncodeAccessToken

func EncodeAccessToken(tokenInfo core_config.TokenInfo) (accessToken string, err error)

func NewRepository

func NewRepository() core_config.Repository

func NewRepositoryWithAccessToken

func NewRepositoryWithAccessToken(tokenInfo core_config.TokenInfo) core_config.Repository

func NewRepositoryWithDefaults

func NewRepositoryWithDefaults() core_config.Repository

Types

type FakePersistor

type FakePersistor struct {
	LoadReturns struct {
		Data *core_config.Data
		Err  error
	}

	SaveArgs struct {
		Data *core_config.Data
	}
	SaveReturns struct {
		Err error
	}
}

func NewFakePersistor

func NewFakePersistor() *FakePersistor

func (*FakePersistor) Delete

func (fp *FakePersistor) Delete()

func (*FakePersistor) Exists

func (fp *FakePersistor) Exists() bool

func (*FakePersistor) Load

func (*FakePersistor) Save

func (fp *FakePersistor) Save(data configuration.DataInterface) (err error)

Jump to

Keyboard shortcuts

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