types

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2021 License: MIT Imports: 1 Imported by: 2

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.NormalizedStringSlice `yaml:"providers,omitempty"`
	IDs            goflags.NormalizedStringSlice `yaml:"ids,omitempty"`
	Proxy          string                        `yaml:"proxy,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"`
}

Jump to

Keyboard shortcuts

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