package
Version:
v0.0.0-...-5c7ffcf
Opens a new window with list of versions in this module.
Published: Jul 2, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Resp struct {
RespBase
Data interface{} `json:"data"`
}
type RespBase struct {
Success bool `json:"success,omitempty"`
Message string `json:"message,omitempty"`
DebuLogs []string `json:"debugLogs,omitempty"`
}
type RespDataBytes struct {
Base RespBase
Data []byte `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.