package
0.0.0-20180820112432-d59d7d1c40b2
Repository: https://github.com/iron-io/functions.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
New creates a new IronFunctions server with the passed in datastore, message queue and API URL.
NewFromEnv creates a new IronFunctions server based on env vars.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
be careful, Gin expects this variable to be "port".

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
Each handler can modify the context here so when it gets passed along, it will use the new info.
Middleware is the interface required for implementing functions middlewar.
MiddlewareContext extends context.Context for Middleware.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
MiddlewareFunc func form of Middleware.
No description provided by the author
No description provided by the author