config

package
v0.0.0-...-3382da6 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2021 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Package config create AWS session and distribute it (alongside other config value) to any package interested.

Index

Constants

This section is empty.

Variables

View Source
var (
	ForcedConfigFile string // ForcedConfigFile is the path to the file of the config to use (instead of defaulting to ./dphoto.yml, $HOME/.dphoto/dphoto.yml, ...)

)

Functions

func Connect

func Connect(ignite bool)

Connect must be called by main function, it dispatches the config to all components requiring it. Set ignite to TRUE to connect to AWS (required for most commands)

func Listen

func Listen(listener Listener)

Listen registers a Listener that will be invoked when configuration will be provided.

Types

type Config

type Config interface {
	Get(key string) interface{}
	GetString(key string) string
	GetStringOrDefault(key string, defaultValue string) string
	GetBool(key string) bool
	GetInt(key string) int
	GetIntOrDefault(key string, defaultValue int) int
	GetAWSSession() *session.Session
}

type Listener

type Listener func(Config)

Listener function is called once config is loaded

Jump to

Keyboard shortcuts

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