Files

7 lines
107 B
Go

package SafeLine
type Object struct {
Host string `json:"Host"`
ApiToken string `json:"ApiToken"`
}