Documentation ¶
Overview ¶
Package framework provides the most necessary basics, such as
- service_locator
- router
- web (including context and response)
- web/responder
Additionally it provides a router at /_flamingo/json/{handler} for convenient access to DataControllers Additionally it registers two template functions, `get(...)` and `url(...)`
Index ¶
Constants ¶
View Source
const (
// VERSION of flamingo core
VERSION = "3"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitModule ¶
type InitModule struct{}
InitModule initial module for basic setup
func (*InitModule) Configure ¶
func (*InitModule) Configure(injector *dingo.Injector)
Configure the InitModule
func (*InitModule) CueConfig ¶ added in v3.1.0
func (*InitModule) CueConfig() string
CueConfig definition for flamingo framework
func (*InitModule) FlamingoLegacyConfigAlias ¶ added in v3.1.0
func (*InitModule) FlamingoLegacyConfigAlias() map[string]string
FlamingoLegacyConfigAlias maps legacy configuration to new
Directories ¶
Path | Synopsis |
---|---|
Package config provides supporting code for multi-tenant setups
|
Package config provides supporting code for multi-tenant setups |
Package testutil contains helper functions for PACT testing Deprecated: PACT support will be dropped from Flamingo in v4
|
Package testutil contains helper functions for PACT testing Deprecated: PACT support will be dropped from Flamingo in v4 |
Click to show internal directories.
Click to hide internal directories.