package
Version:
v0.0.0-...-1ee86e0
Opens a new window with list of versions in this module.
Published: May 24, 2025
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DataItemSession struct {
Date int64 `json:"date,omitempty"`
Time []int `json:"time,omitempty"`
Detail string `json:"detail,omitempty"`
}
type DataSum struct {
Dates []int64 `json:"dates"`
Items []DataItem `json:"items"`
Lines int `json:"lines"`
Time int64 `json:"time"`
}
type InfoSum struct {
Build string `json:"build"`
SelectedUsers int `json:"selected_items"`
Users []string `json:"users"`
Devices []string `json:"devices"`
}
type Response struct {
Message string `json:"message,omitempty"`
Data any `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.