Files
nabarr/media/tvdb/config.go

8 lines
117 B
Go
Raw Normal View History

package tvdb
type Config struct {
ApiKey string `yaml:"api_key"`
Verbosity string `yaml:"verbosity,omitempty"`
}