Categorygithub.com/umatare5/logbook-api-router-impl
modulepackage
0.1.5
Repository: https://github.com/umatare5/logbook-api-router-impl.git
Documentation: pkg.go.dev

# README

logbook-api-router-impl

DO NOT EDIT THIS CODE MANUALLY!

logbook-api-framework-impl is Go implementation for Logbook API.

The code was generated automatically by using logbook-openapi-src.

Usage

go get github.com/umatare5/logbook-api-router-impl

# Functions

RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.

# Structs

GetDivelogsParams defines parameters for GetDivelogs.
ServerInterfaceWrapper converts echo contexts to parameters.

# Interfaces

This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
ServerInterface represents all server handlers.