package
Version:
v0.0.0-...-7066845
Opens a new window with list of versions in this module.
Published: Mar 16, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type HTTPServer struct {
Log *Log
}
type ReadReq struct {
Offset uint64 `json:"offset"`
}
type ReadRsp struct {
Record Record `json:"record"`
}
type Record struct {
Value []byte `json:"value"`
Offset uint64 `json:"offset"`
}
type WriteReq struct {
Record Record `json:"record"`
}
type WriteRsp struct {
Offset uint64 `json:"offset"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.