echo

package
v4.2.1 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Echo

type Echo struct {
	Diagnostics struct {
		Enabled bool   `json:"enabled" mapstructure:"enabled"`
		ID      string `json:"id,omitempty" mapstructure:"id"`
	} `json:"diagnostics,omitempty" mapstructure:"diagnostics"`

	Slack struct {
		Enabled bool   `json:"enabled,omitempty" mapstructure:"enabled"`
		Token   string `json:"token,omitempty" mapstructure:"token"`
		BotName string `json:"botName,omitempty" mapstructure:"botName"`
	} `json:"slack,omitempty" mapstructure:"slack"`

	ArmoryWebHooks struct {
		Enabled    bool `json:"enabled,omitempty" mapstructure:"enabled"`
		Forwarding struct {
			BaseURL  string `json:"baseUrl,omitempty" mapstructure:"baseUrl"`
			EndPoint string `json:"endpoint,omitempty" mapstructure:"endpoint"`
		} `json:"forwarding,omitempty" mapstructure:"forwarding"`
	} `json:"armorywebhooks,omitempty" mapstructure:"armorywebhooks"`
}

Echo mirrors the echo.yml file on disk

Jump to

Keyboard shortcuts

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