package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jan 20, 2020
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 CmdMd struct {
Path string `json:"path"`
Rewrite string `json:"rewrite"`
Args []string `json:"args"`
}
type ComRst struct {
Success bool `json:"success"`
Data interface{} `json:"data"`
ErrInfo string `json:"errInfo"`
}
type DirectQueryPostMd struct {
Sql string `json:"sql"`
}
type FileInfo struct {
Name string `json:"name"`
IsDir bool `json:"isDir"`
Size int64 `json:"size"`
ModifyTime int64 `json:"modifyTime"`
Children []FileInfo `json:"children"`
}
type FileMd struct {
Path string `json:"path"`
Rewrite string `json:"rewrite"`
}
type QueryPostMd struct {
Sql string `json:"sql"`
Params []interface{} `json:"params"`
}
type SaveStringFileMd struct {
Path string `json:"path"`
Rewrite string `json:"rewrite"`
Rename int `json:"rename"`
Data string `json:"data"`
}
type UploadFileMd struct {
Rename int `json:"rename"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.