config

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: MIT Imports: 9 Imported by: 2

README

TODO: write complete documentation for the configuration + behaviour explain reason for namespace in cli flags

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ActionTimeout

func ActionTimeout() time.Duration

func BaseDir

func BaseDir() string

func LoggingLevel

func LoggingLevel() slog.Level

func Version

func Version() string

Types

type Config

type Config struct {
	Profile string
	Actions struct {
		TimeoutSeconds uint
	}
	Logging struct {
		Level string `yaml:"level"`
	}
}

Jump to

Keyboard shortcuts

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