package
Version:
v0.0.0-...-16800bc
Opens a new window with list of versions in this module.
Published: May 7, 2025
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CaClient interface {
Set(string, string, string, int) error
Get(string, string) (string, error)
Put(string, string, string, int) error
Del(string, string) error
GetKeys(string) ([]string, error)
Flush(string) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.