package
Version:
v0.0.0-...-578000c
Opens a new window with list of versions in this module.
Published: Dec 23, 2023
License: BSD-2-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Repository interface {
Get(string) (string, error)
Set(string, string) error
SetWithTTL(string, string, time.Duration) error
Exists(string) (bool, error)
HGet(string, string) (string, error)
HSet(string, string, string) error
HExists(string, string) (bool, error)
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.