Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorPrompt ¶
type ErrorPrompt struct {
Message string `json:"message"`
}
错误提示
func Prompt ¶
func Prompt(message string) ErrorPrompt
func Promptf ¶
func Promptf(message string, args ...any) ErrorPrompt
func Unauthorized ¶
func Unauthorized(message string) ErrorPrompt
Click to show internal directories.
Click to hide internal directories.