types

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AxolgoConfig

type AxolgoConfig struct {
	// logging configuration
	Logging AxolgoConfigLogging `mapstructure:"logging"`
	AWS     AxolgoConfigAWS     `mapstructure:"aws"`
	GCP     AxolgoConfigGCP     `mapstructure:"gcp"`
}

Structure of axolgo configuration

type AxolgoConfigAWS

type AxolgoConfigAWS struct {
	// AWS region
	Region string `mapstructure:"region"`
}

Structure of AWS configuration

type AxolgoConfigGCP

type AxolgoConfigGCP struct {
	// Google application credentials file
	GoogleApplicationCredentials string `mapstructure:"google-application-credentials"`
	Zone                         string `mapstructure:"zone"`
}

Structure of GCP configuration

type AxolgoConfigLogging

type AxolgoConfigLogging struct {
	// Log level verbosity
	LogLevelVerbosity int `mapstructure:"log-level-verbosity"`
}

Structure of logging configuration

Jump to

Keyboard shortcuts

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