package
Version:
v0.0.0-...-e09cdd1
Opens a new window with list of versions in this module.
Published: Jul 26, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuthJWT struct {
ProjectID string `json:"project_id"`
Account string `json:"account"`
}
type Delete struct {
Bucket string `json:"bucket" binding:"required"`
Key string `json:"key" binding:"required"`
}
type Equals struct {
Key string `json:"key"`
Value string `json:"value"`
}
type Query struct {
Bucket string `json:"bucket" binding:"required"`
Key string `json:"key"`
Search string `json:"search"`
Limit int `json:"limit"`
Offset int `json:"offset"`
Equals []Equals `json:"equals"`
}
type Storage struct {
Bucket string `json:"bucket" binding:"required"`
Key string `json:"key" binding:"required"`
Search string `json:"search"`
Payload models.JSONMap `json:"payload"`
}
type Update struct {
Bucket string `json:"bucket" binding:"required"`
Key string `json:"key" binding:"required"`
Payload models.JSONMap `json:"payload"`
}
type UserLogin struct {
ProjectID string `json:"project_id"`
Account string `json:"account"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.