Discover Packages
github.com/helays/ssh-proxy-plus
internal
api
dto
package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Jan 27, 2026
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
Documentation
¶
type FrontedResp struct {
Path string `json:"path"`
Name string `json:"name"`
Mod string `json:"mod,omitempty"`
Component string `json:"component"`
Meta map[string ]any `json:"meta"`
}
type LoginReq struct {
Pass string `json:"pass"`
Captcha string `json:"captcha"`
}
type WsResp struct {
Action string `json:"action"`
Data any `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.