Documentation ¶
Index ¶
- type LoginBody
- type WeStack
- func (app *WeStack) AsInterface() *common.IApp
- func (app *WeStack) Boot(customRoutesCallback func(app *WeStack))
- func (app *WeStack) FindModel(modelName string) *model.Model
- func (app WeStack) Listen(addr string) interface{}deprecated
- func (app WeStack) Start(addr string) interface{}
- func (app WeStack) SwaggerPaths() *map[string]map[string]interface{}
- type WeStackOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WeStack ¶
type WeStack struct { ModelRegistry *map[string]*model.Model Datasources *map[string]*datasource.Datasource Server *fiber.App Debug bool RestApiRoot string Port int32 // contains filtered or unexported fields }
func New ¶
func New(options WeStackOptions) *WeStack
func (*WeStack) AsInterface ¶
func (WeStack) SwaggerPaths ¶
type WeStackOptions ¶
Click to show internal directories.
Click to hide internal directories.