Discover Packages
github.com/fushiliang321/go-core
helper
types
package
Version:
v0.9.1
Opens a new window with list of versions in this module.
Published: Dec 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Result struct {
Code int `json:"code"`
Msg string `json:"msg"`
Data any `json:"data"`
ErrCode int `json:"errCode"`
Service string `json:"service"`
}
type WsResult struct {
Result
Path string `json:"path"`
Mark string `json:"mark,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.