1 2 3 4 5 6
package evcli type APIConfig struct { Endpoint string `json:"endpoint,omitempty"` Key string `json:"key,omitempty"` }