Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
type Certificate struct { Site struct { Subject string `json:"subject"` Altnames []string `json:"altnames"` RenewAt int `json:"renewAt"` } `json:"site"` Pems struct { Cert string `json:"cert"` Chain string `json:"chain"` Privkey string `json:"privkey"` Subject string `json:"subject"` Altnames []string `json:"altnames"` IssuedAt int64 `json:"issuedAt"` ExpiresAt int64 `json:"expiresAt"` } `json:"pems"` }
func (*Certificate) Scan ¶
func (a *Certificate) Scan(value interface{}) error
type HeartBeatReq ¶
type HeartBeatReq struct {
Stats Stats
}
type HeartBeatRes ¶
type HeartBeatRes struct {
Success bool `json:"success"`
}
type IpTest ¶
type JoinRes ¶
type JoinRes struct { Success bool `json:"success"` Message string `json:"message"` Configured bool `json:"configured"` Certs map[string]Certificate }
Click to show internal directories.
Click to hide internal directories.