mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Rename location.
This commit is contained in:
@@ -14,8 +14,8 @@ Listeners are the main way to extend IronFunctions.
|
||||
|
||||
The following listener types are supported:
|
||||
|
||||
* App Listeners - [GoDoc](https://godoc.org/github.com/kumokit/functions/api/server#AppListener)
|
||||
* Runner Listeners - [GoDoc](https://godoc.org/github.com/kumokit/functions/api/server#RunnerListener)
|
||||
* App Listeners - [GoDoc](https://godoc.org/github.com/treeder/functions/api/server#AppListener)
|
||||
* Runner Listeners - [GoDoc](https://godoc.org/github.com/treeder/functions/api/server#RunnerListener)
|
||||
|
||||
### Creating a Listener
|
||||
|
||||
@@ -29,8 +29,8 @@ package main
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/kumokit/functions/api/server"
|
||||
"github.com/kumokit/functions/api/models"
|
||||
"github.com/treeder/functions/api/server"
|
||||
"github.com/treeder/functions/api/models"
|
||||
)
|
||||
|
||||
type myCustomListener struct{}
|
||||
|
||||
Reference in New Issue
Block a user