package
Version:
v0.0.0-...-3bd4a2f
Opens a new window with list of versions in this module.
Published: Aug 2, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Server Server `json:"server"`
GCP Gcp `json:"gcp"`
Merchants []string `json:"merchants"`
}
type Gcp struct {
ProjectID string `json:"projectid"`
Storagebucket string `json:"storagebucket"`
Location string `yaml:"location" envconfig:"LOCATION"`
ProductSetId string `yaml:"productsetid" envconfig:"PRODUCTSETID"`
}
type Server struct {
Port string `json:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.