Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultCommandTimeout = 5 * time.Second
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type L2KeystoneLatestRequest ¶
type L2KeystoneLatestRequest struct {
KeystoneCount uint `json:"keystone_count"`
}
type L2KeystoneLatestResponse ¶
type L2KeystoneLatestResponse struct {
L2Keystones []hemi.L2Keystone `json:"keystones"`
Error *protocol.Error `json:"error,omitempty"`
}
Same as ValidityResponse but keep separate in case one changes in future api versions.
type L2KeystoneValidityResponse ¶
type L2KeystoneValidityResponse struct {
L2Keystones []hemi.L2Keystone `json:"keystones"`
Error *protocol.Error `json:"error,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.