import "github.com/gobuffalo/helpers/hctx"
type Context interface { context.Context New() Context Has(key string) bool Set(key string, value interface{}) }
type HelperContext interface { Context Block() (string, error) BlockWith(Context) (string, error) HasBlock() bool Render(s string) (string, error) }
Map is a standard map[string]interface{} for use throughout the helper packages.
Merge creates a single Map from any number of Maps. Latter key/value pairs will overwrite earlier pairs.
Package hctx imports 1 packages (graph) and is imported by 20 packages. Updated 2019-04-27. Refresh now. Tools for package owners.