mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Moved runner into this repo, update dep files and now builds.
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/boltdb/bolt"
|
||||
"github.com/kumokit/functions/api/models"
|
||||
"github.com/kumokit/runner/common"
|
||||
"github.com/kumokit/functions/api/runner/common"
|
||||
)
|
||||
|
||||
type BoltDbMQ struct {
|
||||
|
||||
@@ -10,9 +10,9 @@ import (
|
||||
"sync"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
mq_config "github.com/iron-io/iron_go3/config"
|
||||
ironmq "github.com/iron-io/iron_go3/mq"
|
||||
"github.com/kumokit/functions/api/models"
|
||||
mq_config "github.com/kumokit/iron_go3/config"
|
||||
ironmq "github.com/kumokit/iron_go3/mq"
|
||||
)
|
||||
|
||||
type assoc struct {
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/google/btree"
|
||||
"github.com/kumokit/functions/api/models"
|
||||
"github.com/kumokit/runner/common"
|
||||
"github.com/kumokit/functions/api/runner/common"
|
||||
)
|
||||
|
||||
type MemoryMQ struct {
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/garyburd/redigo/redis"
|
||||
"github.com/kumokit/functions/api/models"
|
||||
"github.com/kumokit/runner/common"
|
||||
"github.com/kumokit/functions/api/runner/common"
|
||||
)
|
||||
|
||||
type RedisMQ struct {
|
||||
|
||||
Reference in New Issue
Block a user