Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FallbackImpl ¶
type FallbackImpl struct {
// contains filtered or unexported fields
}
func NewFallback ¶
func NewFallback(file string) (result *FallbackImpl, err error)
func (*FallbackImpl) Get ¶
func (this *FallbackImpl) Get(key string) (value interface{}, err error)
func (*FallbackImpl) Set ¶
func (this *FallbackImpl) Set(key string, value interface{}) (err error)
Click to show internal directories.
Click to hide internal directories.