mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Removed "name" from route, only need path.
This commit is contained in:
8
main.go
8
main.go
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
|
||||
For keeping a minimum running, perhaps when doing a routing table update, if destination hosts are all
|
||||
expired or about to expire we start more.
|
||||
|
||||
*/
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
@@ -16,6 +9,7 @@ import (
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
|
||||
// See comments below for how to extend Functions
|
||||
func main() {
|
||||
c := &models.Config{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user