terraform-provider-eventline/external/evcli/config.go

7 lines
126 B
Go
Raw Normal View History

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