Moved runner into this repo, update dep files and now builds.

This commit is contained in:
Travis Reeder
2017-04-21 07:42:42 -07:00
parent 615ae5c36f
commit d0ca2f9228
75 changed files with 4149 additions and 65 deletions

View File

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

View File

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

View File

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

View File

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