Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServerProviderSet = wire.NewSet( NewHttpServer, wire.Bind(new(ServerInterface), new(*Server)), NewServer, )
Functions ¶
func NewHttpServer ¶
func NewHttpServer(r router.RouterInterface) (*gin.Engine, error)
Types ¶
type ServerInterface ¶
Click to show internal directories.
Click to hide internal directories.