6 lines
126 B
Go
6 lines
126 B
Go
package evcli
|
|
|
|
type APIConfig struct {
|
|
Endpoint string `json:"endpoint,omitempty"`
|
|
Key string `json:"key,omitempty"`
|
|
}
|