package
Version:
v0.1.0-namespaces
Opens a new window with list of versions in this module.
Published: Apr 14, 2024
License: GPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type HealthV1 struct {
Status string `json:"status"`
Requests int `json:"requests"`
}
type KVPairV2 struct {
Key string `json:"key"`
Namespace string `json:"namespace"`
Value string `json:"value"`
}
type KVUpdateV2 struct {
Key string `json:"key"`
Namespace string `json:"namespace"`
Type Type `json:"type"`
}
type NamespaceV2 struct {
Name string `json:"name"`
Access bool `json:"access"`
Size int `json:"size"`
}
const (
TypeRoll Type = "roll"
TypeGenerate Type = "generate"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.