configuration

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataInterface

type DataInterface interface {
	Marshal() ([]byte, error)
	Unmarshal([]byte) error
}

type DiskPersistor

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

func NewDiskPersistor

func NewDiskPersistor(path string) DiskPersistor

func (DiskPersistor) Exists

func (dp DiskPersistor) Exists() bool

func (DiskPersistor) Load

func (dp DiskPersistor) Load(data DataInterface) error

func (DiskPersistor) Save

func (dp DiskPersistor) Save(data DataInterface) error

type Persistor

type Persistor interface {
	Exists() bool
	Load(DataInterface) error
	Save(DataInterface) error
}

Directories

Path Synopsis
Package config_helpers provides helper functions to locate configuration files.
Package config_helpers provides helper functions to locate configuration files.
Package core_config provides functions to load core configuration.
Package core_config provides functions to load core configuration.

Jump to

Keyboard shortcuts

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