aboutsummaryrefslogtreecommitdiff
path: root/external/evcli/config.go
blob: df20c45929971ac9ff819b38466533631382e57d (plain)
1
2
3
4
5
6
package evcli

type APIConfig struct {
	Endpoint string `json:"endpoint,omitempty"`
	Key      string `json:"key,omitempty"`
}