mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
updates functions -> fnserver (#516)
* updates functions -> fn-server and fnlb -> fn-lb * changed to fnserver and fnlb
This commit is contained in:
@@ -30,8 +30,8 @@ package main
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/fnproject/functions/api/server"
|
||||
"github.com/fnproject/functions/api/models"
|
||||
"github.com/fnproject/fn/api/server"
|
||||
"github.com/fnproject/fn/api/models"
|
||||
)
|
||||
|
||||
type myCustomListener struct{}
|
||||
|
||||
Reference in New Issue
Block a user