Documentation
¶
Overview ¶
Package meta provides META-API for the resources
Index ¶
- func NewV1Router(e *echo.Echo, f *fish.Fish)
- type H
- type Processor
- func (e *Processor) AddressAuth(next echo.HandlerFunc) echo.HandlerFunc
- func (e *Processor) DataGet(c echo.Context, _ string, _ types.DataGetParams) error
- func (e *Processor) DataGetList(c echo.Context, _ types.DataGetListParams) error
- func (*Processor) Return(c echo.Context, code int, obj map[string]any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor doing processing of the META-API request
func (*Processor) AddressAuth ¶
func (e *Processor) AddressAuth(next echo.HandlerFunc) echo.HandlerFunc
AddressAuth middleware to ensure META-API will not be used by crocodile
func (*Processor) DataGetList ¶
DataGetList returns metadata assigned to the Resource
Click to show internal directories.
Click to hide internal directories.