package
Version:
v0.0.0-...-8fd06f2
Opens a new window with list of versions in this module.
Published: Mar 29, 2022
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ErrorResponse struct {
Error string `json:"error"`
}
type Form struct {
Key string `json:"key"`
Value string `json:"value"`
}
type RecordRequest struct {
StartDate string `json:"startDate"`
EndDate string `json:"endDate"`
MinCount int `json:"minCount"`
MaxCount int `json:"maxCount"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.