Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFromFormat ¶
func NewFromText ¶
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Message string `json:"message"`
}
func ToErrorResponse ¶
func ToErrorResponse(message string) *ErrorResponse
func ToErrorResponseF ¶
func ToErrorResponseF(format string, args ...any) *ErrorResponse
Click to show internal directories.
Click to hide internal directories.