package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: May 1, 2025
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type KVRequest struct {
Table string `json:"table"`
Key int `json:"key"`
Value string `json:"value,omitempty"`
}
type WSRequest struct {
Op string `json:"op"`
Table string `json:"table"`
Key int `json:"key"`
Value string `json:"value,omitempty"`
}
type WSResponse struct {
Status string `json:"status"`
Value string `json:"value,omitempty"`
Message string `json:"message,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.