Documentation ¶
Index ¶
- type LoginBody
- type Options
- type WeStack
- func (app *WeStack) AsInterface() *wst.IApp
- func (app *WeStack) Boot(customRoutesCallback func(app *WeStack))
- func (app *WeStack) FindModel(modelName string) (*model.Model, error)
- func (app WeStack) Listen(addr string) interface{}deprecated
- func (app WeStack) Start(addr string) interface{}
- func (app WeStack) SwaggerPaths() *map[string]wst.M
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 RoleModel *model.Model RoleMappingModel *model.Model JwtSecretKey []byte // contains filtered or unexported fields }
func (*WeStack) AsInterface ¶
func (app *WeStack) AsInterface() *wst.IApp
func (WeStack) SwaggerPaths ¶
Click to show internal directories.
Click to hide internal directories.