emdb/cmd/terminal-client/tui/config.go

8 lines
96 B
Go

package tui
type Config struct {
TMDBAPIKey string
EMDBAPIKey string
EMDBBaseURL string
}