Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secret ¶
type Secret struct {
// Version represents the current version of the heartbeat secret used by
// localhost to encrypt the heartbeat messages.
Version uint64 `json:"version"`
// AltVersion represents the version of the alternate heartbeat secret used by
// localhost to encrypt/decrypt the heartbeat messages during heartbeat secret rotation.
AltVersion uint64 `json:"alt_version,omitempty"`
// contains filtered or unexported fields
}
func (*Secret) AltSecretVersion ¶
func (*Secret) MainSecret ¶
func (*Secret) MainVersion ¶
Click to show internal directories.
Click to hide internal directories.