Documentation
¶
Index ¶
- func CommentAction(c *gin.Context)
- func CommentAll(c *gin.Context)
- func CommentCreate(c *gin.Context)
- func CommentDelete(c *gin.Context)
- func GinbroAll(c *gin.Context)
- func GinbroDb(c *gin.Context)
- func GinbroDownload(c *gin.Context)
- func GinbroGen(c *gin.Context)
- func GinbroModel(c *gin.Context)
- func HackNewAll(c *gin.Context)
- func HackNewRm(c *gin.Context)
- func HackNewUpdate(c *gin.Context)
- func JwtMiddlewareWslog(c *gin.Context)
- func LoginAdmin(c *gin.Context)
- func LoginCommenter(c *gin.Context)
- func Meta(c *gin.Context)
- func MwUserAdmin(c *gin.Context)
- func MwUserComment(c *gin.Context)
- func RegisterCommenter(c *gin.Context)
- func SftpCat(c *gin.Context)
- func SftpDl(c *gin.Context)
- func SftpLs(c *gin.Context)
- func SftpMkdir(c *gin.Context)
- func SftpRename(c *gin.Context)
- func SftpRm(c *gin.Context)
- func SftpUp(c *gin.Context)
- func SshAll(c *gin.Context)
- func SshCreate(c *gin.Context)
- func SshDelete(c *gin.Context)
- func SshLogAll(c *gin.Context)
- func SshLogDelete(c *gin.Context)
- func SshLogUpdate(c *gin.Context)
- func SshOne(c *gin.Context)
- func SshUpdate(c *gin.Context)
- func UserAll(c *gin.Context)
- func UserDelete(c *gin.Context)
- func UserUpdate(c *gin.Context)
- func WsLogHookApi(hub *wslog.Hub) gin.HandlerFunc
- func WsSsh(c *gin.Context)
- func Wslog(hub *wslog.Hub) gin.HandlerFunc
- func WslogChannel(hub *wslog.Hub) gin.HandlerFunc
- func WslogHookAll(c *gin.Context)
- func WslogHookCreate(c *gin.Context)
- func WslogHookDelete(c *gin.Context)
- func WslogHookUpdate(c *gin.Context)
- func WslogMsgAll(c *gin.Context)
- func WslogMsgDelete(c *gin.Context)
- type Ls
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommentAction ¶
func CommentAll ¶
func CommentCreate ¶
func CommentDelete ¶
func GinbroDownload ¶
func GinbroModel ¶
func HackNewAll ¶
func HackNewUpdate ¶
func JwtMiddlewareWslog ¶
func LoginAdmin ¶
func LoginCommenter ¶
func MwUserAdmin ¶
func MwUserComment ¶
func RegisterCommenter ¶
func SftpRename ¶
func SshLogDelete ¶
func SshLogUpdate ¶
func UserDelete ¶
func UserUpdate ¶
func WsLogHookApi ¶
func WsLogHookApi(hub *wslog.Hub) gin.HandlerFunc
func WsSsh ¶
handle webSocket connection. first,we establish a ssh connection to ssh server when a webSocket comes; then we deliver ssh data via ssh connection between browser and ssh server. That is, read webSocket data from browser (e.g. 'ls' command) and send data to ssh server via ssh connection; the other hand, read returned ssh data from ssh server and write back to browser via webSocket API.
func WslogChannel ¶
func WslogChannel(hub *wslog.Hub) gin.HandlerFunc
func WslogHookAll ¶
func WslogHookCreate ¶
func WslogHookDelete ¶
func WslogHookUpdate ¶
func WslogMsgAll ¶
func WslogMsgDelete ¶
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.