Documentation
¶
Index ¶
- func DataTable(ctx context.Context, queryBuilder *gorm.DB, searchField []string, ...) (filterStatus bool)
- func EchoBindRequest(c echo.Context, i request) error
- func EchoCustomHTTPErrorHandler(err error, c echo.Context)
- type CustomJSONData
- type CustomValidatorData
- type EchoCustomHTTPErrorResponse
- type SeaweedFSData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EchoBindRequest ¶
Types ¶
type CustomJSONData ¶
type CustomJSONData struct{}
func CustomJSON ¶
func CustomJSON() *CustomJSONData
func (*CustomJSONData) Deserialize ¶
func (cjd *CustomJSONData) Deserialize(c echo.Context, i any) error
type CustomValidatorData ¶
type CustomValidatorData struct {
// contains filtered or unexported fields
}
func CustomValidator ¶
func CustomValidator() *CustomValidatorData
func (*CustomValidatorData) Validate ¶
func (cvd *CustomValidatorData) Validate(i any) error
type SeaweedFSData ¶ added in v1.1.0
type SeaweedFSData struct {
URL string
}
func NewSeaweedFS ¶ added in v1.1.0
func NewSeaweedFS(host string, port string, ssl bool) (*SeaweedFSData, error)
func (*SeaweedFSData) Delete ¶ added in v1.1.0
func (sfs *SeaweedFSData) Delete(publicURL string) error
Click to show internal directories.
Click to hide internal directories.