package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: Jun 5, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Name string `yaml:"name"`
LogLevel string `yaml:"log-level"`
DatabaseFile string `yaml:"database-file"`
GoogleCfg `yaml:"google"`
}
type GoogleCfg struct {
Admin string `yaml:"admin"`
Domain string `yaml:"domain"`
CustomerId string `yaml:"customer-id"`
ProductId string `yaml:"product-id"`
ProductSkuId string `yaml:"product-sku-id"`
CredentialFile string `yaml:"credential-file"`
Scopes []string `yaml:"scopes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.