mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Cleanup main (#470)
* main: clean up * server: replace magical constants and use them for app name tracking
This commit is contained in:
7
api/const.go
Normal file
7
api/const.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package api
|
||||
|
||||
// Request context key names
|
||||
const (
|
||||
AppName string = "app_name"
|
||||
Path string = "path"
|
||||
)
|
||||
Reference in New Issue
Block a user