package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 2, 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 GreetingV1 struct {
Id uint32 `json:"id"`
Content string `json:"content"`
}
type HealthV1 struct {
Status string `json:"status"`
Requests int `json:"requests"`
}
type KVPairV1 struct {
Key string `json:"key"`
Value string `json:"value"`
}
type KVUpdateV1 struct {
Key string `json:"key"`
Type string `json:"type"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.