package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Dec 4, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Endpoint struct {
Name string `json:"name"`
Handler interface{} `json:"-"`
REST *REST `json:"rest,omitempty"`
Form *forms.Form `json:"form"`
}
type REST struct {
Path string `json:"path"`
Method Method `json:"method"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.