overflow_probes/config/config.go

14 lines
197 B
Go
Raw Normal View History

2017-09-21 08:38:05 +00:00
package config
2017-12-01 13:01:46 +00:00
import (
ooccp "git.loafle.net/overflow/overflow_commons_go/config/probe"
2017-09-22 09:20:07 +00:00
)
2017-09-29 12:30:27 +00:00
var (
ConfigDir *string
ConfigFilePath *string
EncryptionKey *string
2017-09-28 10:09:33 +00:00
2017-12-01 13:01:46 +00:00
Config *ooccp.Config
)