(configDir string)
| 35 | ) |
| 36 | |
| 37 | func getDefaultSectionConfig(configDir string) Default { |
| 38 | return Default{ |
| 39 | CallbackURL: "https://garm.example.com/", |
| 40 | MetadataURL: "https://garm.example.com/api/v1/metadata", |
| 41 | LogFile: filepath.Join(configDir, "garm.log"), |
| 42 | } |
| 43 | } |
| 44 | |
| 45 | func getDefaultTLSConfig() TLSConfig { |
| 46 | return TLSConfig{ |
no outgoing calls
no test coverage detected