Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrBrowserLoadFailed = errors.New("browser load failed")
)
Functions ¶
This section is empty.
Types ¶
type HandlersInterface ¶
type HandlersInterface = api.ServerInterface
type PublicServer ¶
type PublicServer interface {
Start()
Router() Router
Shutdown(ctx context.Context)
RegisterHandlers(publicAPI HandlersInterface)
}
func NewInterfaceServer ¶
func NewInterfaceServer() (PublicServer, error)
type Router ¶
type Router = api.EchoRouter
Click to show internal directories.
Click to hide internal directories.