package
Version:
v1.25.0
Opens a new window with list of versions in this module.
Published: Apr 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Repo interface {
Init(context.Context) error
Deinit(context.Context) error
Fetch(context.Context, string, string, string) ([]byte, error)
Get(context.Context, string, string) (map[string]interface{}, error)
Query(context.Context, string, string) (map[string]interface{}, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.