github.com/iron-io/functions@v0.0.0-20180820112432-d59d7d1c40b2/api/const.go (about)

     1  package api
     2  
     3  // Request context key names
     4  const (
     5  	AppName string = "app_name"
     6  	Path    string = "path"
     7  
     8  	// Short forms for API URLs
     9  	CApp   string = "app"
    10  	CRoute string = "route"
    11  )