package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 30, 2025
License: MPL-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Cursor struct {
Timestamp int64 `json:"timestamp"`
Ordinate int64 `json:"ordinate"`
Cron string `json:"cron"`
Sort string `json:"sort"`
}
type RespErr struct {
Err string `json:"error"`
}
type Response struct {
Id string `json:"id"`
Message string `json:"message"`
}
type ResponseResults struct {
Edges []ResultsEdge `json:"edges"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.