package
0.3.0
Repository: https://github.com/unconditionalday/server.git
Documentation: pkg.go.dev

# Functions

GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
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

Error defines model for Error.
FeedImage defines model for FeedImage.
FeedItem defines model for FeedItem.
SearchContextDetails defines model for SearchContextDetails.
ServerBuildVersion defines model for ServerBuildVersion.
ServerInterfaceWrapper converts echo contexts to parameters.
ServerVersion defines model for ServerVersion.
SourceReleaseVersion defines model for SourceReleaseVersion.

# 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.

# Type aliases

GetV1VersionJSONBody defines parameters for GetV1Version.
GetV1VersionJSONRequestBody defines body for GetV1Version for application/json ContentType.