config

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseConfiguration

func ParseConfiguration()

Types

type Specification

type Specification struct {
	AccessToken                      string   `json:"accessToken" split_words:"true" required:"true"`
	ApiBaseUrl                       string   `json:"apiBaseUrl" split_words:"true" required:"true"`
	DiscoveryAttributesExcludesAlert []string `json:"discoveryAttributesExcludesAlert" split_words:"true" required:"false"`
	InsecureSkipVerify               bool     `json:"insecureSkipVerify" split_words:"true" default:"false"`
}
var (
	Config Specification
)

Jump to

Keyboard shortcuts

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