7
media/omdb/config.go
Normal file
7
media/omdb/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package omdb
|
||||
|
||||
type Config struct {
|
||||
ApiKey string `yaml:"api_key"`
|
||||
|
||||
Verbosity string `yaml:"verbosity,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user