Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KVStoreService ¶
type KVStoreService struct {
// contains filtered or unexported fields
}
KVStoreService allows to cache GCOM angular patterns into the database, as a cache.
func (*KVStoreService) Get ¶
Get returns the raw cached angular detection patterns. The returned value is a JSON-encoded string. If no value is present, the second argument is false and the returned error is nil.
func (*KVStoreService) GetLastUpdated ¶
GetLastUpdated returns the time when Set was last called. If the value cannot be unmarshalled correctly, it returns a zero-value time.Time.
Click to show internal directories.
Click to hide internal directories.