Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpBoundle ¶ added in v0.0.7
type HttpBoundle interface { //Lifetime container callback // usually register request lifetime instance to IoC-Container (per-request unique) // this function will run before every request handling Lifetime(ioc container.Interface, request contracts.RequestContract) }
type RoutesRegister ¶ added in v0.0.7
type Server ¶ added in v0.0.7
type Server struct {
// contains filtered or unexported fields
}
func (*Server) GetFastHttpServer ¶ added in v0.0.7
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶ added in v0.0.7
func NewService() *Service
Click to show internal directories.
Click to hide internal directories.