Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router interface {
Run() error
}
func NewRouter ¶
func NewRouter(cfg *utils.Config, m middleware.Middlewarer, h handler.Handler) (Router, error)
@title Tenhou API @version 1 @description This is a sample server celler server. @license.name MIT @license.url https://opensource.org/license/mit @host localhost:8080 @securityDefinitions.basic BasicAuth @externalDocs.description OpenAPI
Click to show internal directories.
Click to hide internal directories.