Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppInterface ¶
type AppInterface interface {
api.App
GetRouters() *[]Route
GetRouterGroup() *[]RouteGroup
GetMiddlewares() []func(http.Handler) http.Handler
GetGraphQLQueries() *graphql.Fields
GetGraphQLMutations() *graphql.Fields
}
AppInterface interface that define the interface of App for Rest adapter
type RouteGroup ¶
type WebserverInterface ¶
type WebserverInterface interface {
Run() error
AddApp(app AppInterface)
GetApps() []AppInterface
GetName() string
}
WebserverInterface interface that defines the adapter
Click to show internal directories.
Click to hide internal directories.