LoadEmbeddedConfig loads the standalone embedded config without consulting an installed external provider.
(typ string)
| 54 | // LoadEmbeddedConfig loads the standalone embedded config without consulting |
| 55 | // an installed external provider. |
| 56 | func LoadEmbeddedConfig(typ string) []byte { |
| 57 | return loadEmbeddedConfig(typ) |
| 58 | } |
| 59 | |
| 60 | // LoadConfig loads config bytes from the external provider first, then from |
| 61 | // the embedded templates kept for standalone spray compatibility. |