framework

package
v2.3.3+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2019 License: OSL-3.0 Imports: 8 Imported by: 0

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 = "2"
)

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 *InitModule) Configure(injector *dingo.Injector)

Configure the InitModule

type Module

type Module struct{}

Module for framework functionality

func (*Module) Configure

func (module *Module) Configure(injector *dingo.Injector)

Configure the Module

func (*Module) DefaultConfig

func (module *Module) DefaultConfig() config.Map

DefaultConfig for this module

Directories

Path Synopsis
Package config provides supporting code for multi-tenant setups
Package config provides supporting code for multi-tenant setups
mocks
Package mocks is autogenerated Code generated by mockery v1.0.0
Package mocks is autogenerated Code generated by mockery v1.0.0
Package provides basic routing functionality for flamingo
Package provides basic routing functionality for flamingo
web
responder
Package responder are basically helper for generating responses.
Package responder are basically helper for generating responses.
responder/mocks
Code generated by mockery v1.0.0
Code generated by mockery v1.0.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL