commons-go/probe/config/account.go
crusader 796da7bbfe ing
2018-04-12 18:38:04 +09:00

7 lines
100 B
Go

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