package
Version:
v0.0.0-...-27bcd03
Opens a new window with list of versions in this module.
Published: May 12, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Bind(name string, f interface{})
type FilePreviewReq struct {
BucketName string `json:"bucket_name" p:"bucket_name" v:"required"`
FileName string `json:"file_name" p:"file_name" v:"required"`
}
type FileUploadRes struct {
Name string `json:"name"`
URL string `json:"url"`
}
type LiqlReq struct {
Operation string `json:"operation" p:"operation" v:"required"`
Variables string `json:"variables" p:"variables"`
}
Source Files
¶
Directories
¶
internal
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.