Documentation
¶
Index ¶
Constants ¶
Variables ¶
View Source
var APIDocForm = &forms.Form{}
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
Name string `json:"name"`
Version int `json:"version"`
Description string `json:"description"`
Endpoints []*Endpoint `json:"endpoints"`
}
type APIDocParams ¶
type APIDocParams struct {
}
type ReturnType ¶
func (*ReturnType) MarshalJSON ¶
func (r *ReturnType) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.