Versions in this module Expand all Collapse all v1 v1.2.2 Mar 17, 2019 v1.2.1 Mar 10, 2019 Changes in this version + var ErrNoneSet = errors.New("no config set, run 'gotify init'") + func ExistingConfig(locations []string) (string, error) + func GetLocations() []string + func WriteConfig(location string, conf *Config) error + type Config struct + FromLocation string + Token string + URL string + func ReadConfig(locations []string) (*Config, error) Other modules containing this package github.com/gotify/cli/v2