Rename location.

This commit is contained in:
Travis Reeder
2017-05-15 11:00:15 -07:00
parent c0b381eb96
commit 4b9bba352d
106 changed files with 274 additions and 273 deletions

View File

@@ -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{}