commons-go/config/probe/account.go
crusader bb624f146f ing
2018-04-12 15:07:36 +09:00

7 lines
99 B
Go

package probe
type Account struct {
Name string `json:"name"`
APIKey string `json:"apiKey"`
}