settings

package
v0.0.0-...-70ca52a Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Settings

type Settings struct {
	Aliases struct {
		Chats []struct {
			Alias   string `yaml:"alias"`
			ChatId  int64  `yaml:"chatid"`
			Caption bool   `yaml:"caption"`
		} `yaml:"chats"`
		Emails []struct {
			Alias   string `yaml:"alias"`
			Address string `yaml:"address"`
		} `yaml:"emails"`
	} `yaml:"aliases"`
}

func GetSettings

func GetSettings() *Settings

Jump to

Keyboard shortcuts

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