package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Dec 19, 2025
License: Apache-2.0
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
¶
type Response struct {
Success bool `json:"success" example:"true"`
Text string `json:"text" example:"Any text"`
Detail string `json:"details,omitempty" example:"Any details"`
Object map[string]interface{} `json:"object,omitempty"`
List []interface{} `json:"list,omitempty"`
}
type SimpleMessage struct {
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.