diff options
Diffstat (limited to '')
-rw-r--r-- | external/evcli/config.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/external/evcli/config.go b/external/evcli/config.go new file mode 100644 index 0000000..df20c45 --- /dev/null +++ b/external/evcli/config.go @@ -0,0 +1,6 @@ +package evcli + +type APIConfig struct { + Endpoint string `json:"endpoint,omitempty"` + Key string `json:"key,omitempty"` +} |