Mass s&r: iron-io -> kumokit

This commit is contained in:
Travis Reeder
2017-04-19 09:49:12 -06:00
parent 32278fe2e0
commit 615ae5c36f
108 changed files with 288 additions and 288 deletions

View File

@@ -13,8 +13,8 @@ import (
"github.com/Sirupsen/logrus"
"github.com/boltdb/bolt"
"github.com/iron-io/functions/api/models"
"github.com/iron-io/runner/common"
"github.com/kumokit/functions/api/models"
"github.com/kumokit/runner/common"
)
type BoltDbMQ struct {

View File

@@ -10,9 +10,9 @@ import (
"sync"
"github.com/Sirupsen/logrus"
"github.com/iron-io/functions/api/models"
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

@@ -9,8 +9,8 @@ import (
"github.com/Sirupsen/logrus"
"github.com/google/btree"
"github.com/iron-io/functions/api/models"
"github.com/iron-io/runner/common"
"github.com/kumokit/functions/api/models"
"github.com/kumokit/runner/common"
)
type MemoryMQ struct {

View File

@@ -3,7 +3,7 @@ package mqs
import (
"context"
"github.com/iron-io/functions/api/models"
"github.com/kumokit/functions/api/models"
)
type Mock struct {

View File

@@ -6,7 +6,7 @@ import (
"strings"
"github.com/Sirupsen/logrus"
"github.com/iron-io/functions/api/models"
"github.com/kumokit/functions/api/models"
)
// New will parse the URL and return the correct MQ implementation.

View File

@@ -11,8 +11,8 @@ import (
"github.com/Sirupsen/logrus"
"github.com/garyburd/redigo/redis"
"github.com/iron-io/functions/api/models"
"github.com/iron-io/runner/common"
"github.com/kumokit/functions/api/models"
"github.com/kumokit/runner/common"
)
type RedisMQ struct {