model

package
v0.0.0-...-0ce548c Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2020 License: Apache-2.0, MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RevelContainer

type RevelContainer struct {
	Controller struct {
		Reuse              bool                              // True if the controllers are reused Set via revel.controller.reuse
		Stack              *utils.SimpleLockStack            // size set by revel.controller.stack,  revel.controller.maxstack
		CachedMap          map[string]*utils.SimpleLockStack // The map of reusable controllers
		CachedStackSize    int                               // The default size of each stack in CachedMap Set via revel.cache.controller.stack
		CachedStackMaxSize int                               // The max size of each stack in CachedMap Set via revel.cache.controller.maxstack
	}
}

The single instance object that has the config populated to it

Jump to

Keyboard shortcuts

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