| | |
| | | } |
| | | |
| | | type database struct { |
| | | Driver string `mapstructure: "driver"` |
| | | Host string `mapstructure: "host"` |
| | | Port string `mapstructure: "port"` |
| | | Name string `mapstructure: "name"` |
| | | Driver string `mapstructure: "driver"` |
| | | Host string `mapstructure: "host"` |
| | | Port string `mapstructure: "port"` |
| | | Name string `mapstructure: "name"` |
| | | Username string `mapstructure: "username"` |
| | | Password string `mapstructure: "password"` |
| | | } |
| | | |
| | | type elastic struct { |
| | |
| | | TopHitsSize int `mapstructure: "topHitsSize"` |
| | | CameraSize int `mapstructure: "cameraSize"` |
| | | TimeInterval int `mapstructure: "timeInterval"` |
| | | BatchSize int `mapstructure: "batchSize"` |
| | | } |
| | | |
| | | type app struct { |