Documentation ¶ Index ¶ type Handler func NewHandler(gen spec.Generator) *Handler func (h *Handler) Docs(c echo.Context) error func (h *Handler) DocsFile(c echo.Context) error func (h *Handler) DocsFilePath() string func (h *Handler) DocsPath() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } func NewHandler ¶ func NewHandler(gen spec.Generator) *Handler func (*Handler) Docs ¶ func (h *Handler) Docs(c echo.Context) error func (*Handler) DocsFile ¶ func (h *Handler) DocsFile(c echo.Context) error func (*Handler) DocsFilePath ¶ func (h *Handler) DocsFilePath() string func (*Handler) DocsPath ¶ func (h *Handler) DocsPath() string Source Files ¶ View all Source files handler.go Click to show internal directories. Click to hide internal directories.