Documentation ¶
Index ¶
- type FlatTable
- type Model
- type Response
- func (r *Response) ServeStreamFromMinio(ctx echo.Context, object *minio.Object) error
- func (r *Response) ServeStreamFromMinioAsDownload(ctx echo.Context, object *minio.Object) error
- func (r *Response) ServeStreamFromMinioAsImage(ctx echo.Context, object *minio.Object) error
- func (r *Response) ServerJSON(ctx echo.Context) error
- type Table
- type View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { Code errors.ErrorCode `json:"code,omitempty"` Status int `json:"-"` Title string `json:"title,omitempty"` Data interface{} `json:"data,omitempty"` Errors error `json:"errors,omitempty"` }
func (*Response) ServeStreamFromMinio ¶
func (*Response) ServeStreamFromMinioAsDownload ¶
func (*Response) ServeStreamFromMinioAsImage ¶
func (*Response) ServerJSON ¶
Click to show internal directories.
Click to hide internal directories.