Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrExpired = fmt.Errorf("expired")
Functions ¶
Types ¶
type CValue ¶
type CValue struct { Network string `json:"network,omitempty"` Value string `json:"value"` Host models.Host `json:"host"` Pass string `json:"pass,omitempty"` User string `json:"user,omitempty"` ALL bool `json:"all,omitempty"` Expiration time.Time `json:"expiration"` }
CValue - the cache object for a network
Click to show internal directories.
Click to hide internal directories.