Implement review suggestions

This commit is contained in:
Daniel 2021-01-19 16:26:44 +01:00
parent 40c2849bab
commit ab05924bcf
4 changed files with 17 additions and 15 deletions

View file

@ -41,6 +41,7 @@ type Endpoint struct {
HandlerFunc http.HandlerFunc `json:"-"`
// Documentation Metadata.
Name string
Description string
Parameters []Parameter