package
Version:
v0.0.0-...-0c35e60
Opens a new window with list of versions in this module.
Published: Dec 10, 2024
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DebugTransport struct{}
type Payload struct {
Storage string `json:"storage"`
Uid string `json:"uid"`
User string `json:"user"`
Addr string `json:"addr"`
Path string `json:"path"`
}
type RequestData struct {
User string `json:"user"`
Pass string `json:"pass"`
Repo string `json:"repo"`
Action string `json:"action"`
}
type ResponseData struct {
Code int `json:"code"`
Message string `json:"message"`
Data Payload `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.