configuration

package
v6.0.1234+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2014 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EncodeAccessToken

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

func NewRepository

func NewRepository() configuration.Repository

func NewRepositoryWithAccessToken

func NewRepositoryWithAccessToken(tokenInfo configuration.TokenInfo) configuration.Repository

func NewRepositoryWithDefaults

func NewRepositoryWithDefaults() configuration.Repository

Types

type FakePersistor

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

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

func NewFakePersistor

func NewFakePersistor() *FakePersistor

func (*FakePersistor) Delete

func (fp *FakePersistor) Delete()

func (*FakePersistor) Load

func (fp *FakePersistor) Load() (data *configuration.Data, err error)

func (*FakePersistor) Save

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

Jump to

Keyboard shortcuts

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