types

package
v0.0.0-...-9ce868f Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultProviderConfigLocation = ".config/notify/provider-config.yaml"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Verbose        bool                `yaml:"verbose,omitempty"`
	NoColor        bool                `yaml:"no_color,omitempty"`
	Silent         bool                `yaml:"silent,omitempty"`
	Version        bool                `yaml:"version,omitempty"`
	ProviderConfig string              `yaml:"provider_config,omitempty"`
	Providers      goflags.StringSlice `yaml:"providers,omitempty"`
	IDs            goflags.StringSlice `yaml:"ids,omitempty"`
	Proxy          string              `yaml:"proxy,omitempty"`
	RateLimit      int                 `yaml:"rate_limit,omitempty"`
	Delay          int                 `yaml:"delay,omitempty"`

	MessageFormat string `yaml:"message_format,omitempty"`

	Stdin              bool
	Bulk               bool   `yaml:"bulk,omitempty"`
	CharLimit          int    `yaml:"char_limit,omitempty"`
	Data               string `yaml:"data,omitempty"`
	DisableUpdateCheck bool   `yaml:"disable_update_check,omitempty"`
}

Jump to

Keyboard shortcuts

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