package
0.0.0-20240128091452-0637108e22ed
Repository: https://github.com/gdgvit/opengraph-thumbnail-backend.git
Documentation: pkg.go.dev

# 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

GetMetadataParams defines parameters for GetMetadata.
Metadata defines model for Metadata.
OpenGraphParams defines parameters for OpenGraph.
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.