7 lines
99 B
Go
7 lines
99 B
Go
|
package probe
|
||
|
|
||
|
type Account struct {
|
||
|
Name string `json:"name"`
|
||
|
APIKey string `json:"apiKey"`
|
||
|
}
|