settings

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Module

type Module struct {
	Name   string
	Path   string
	Mapped ModuleMap
}

type ModuleMap added in v0.0.4

type ModuleMap = int
const (
	ModuleFromEnvironment ModuleMap = iota
	ModuleFromPath
)

type Settings

type Settings struct {
	Name   string
	Module []Module
}

func Load

func Load(reader io.Reader, rootDirectory string, configuration environment.Environment) (Settings, error)

Jump to

Keyboard shortcuts

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