8 lines
117 B
Go
8 lines
117 B
Go
package omdb
|
|
|
|
type Config struct {
|
|
ApiKey string `yaml:"api_key"`
|
|
|
|
Verbosity string `yaml:"verbosity,omitempty"`
|
|
}
|