Files
fn-serverless/api/const.go
Travis Reeder 1c8d12b09e Cleanup main (#470)
* main: clean up

* server: replace magical constants and use them for app name tracking
2017-01-03 14:59:26 -08:00

8 lines
106 B
Go

package api
// Request context key names
const (
AppName string = "app_name"
Path string = "path"
)