package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Feb 24, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FileUploadResult struct {
FileId string `json:"fileId"`
Type string `json:"type"`
Name string `json:"name"`
Size int `json:"size"`
}
type GetRecordsParam struct {
Limit int64 `json:"limit"`
Offset int64 `json:"offset"`
Fields []string `json:"fields"`
QuickSearch string `json:"quickSearch"`
Filter []interface{} `json:"filter"`
Sort []*Sort `json:"sort"`
}
type RecordOnlyId struct {
Id int64 `json:"_id"`
}
type RecordsResult struct {
Records []interface{} `json:"records"`
Total int64 `json:"total"`
}
type Sort struct {
Field string `json:"field"`
Direction string `json:"direction"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.