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