mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Merge branch 'chad-gitlab-url-change' into 'master'
Chad gitlab url change See merge request !28
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"log"
|
||||
"testing"
|
||||
|
||||
"gitlab.oracledx.com/odx/functions/api/models"
|
||||
"gitlab-odx.oracle.com/odx/functions/api/models"
|
||||
|
||||
"net/http"
|
||||
"net/url"
|
||||
|
||||
@@ -3,7 +3,7 @@ package datastoreutil
|
||||
import (
|
||||
"context"
|
||||
|
||||
"gitlab.oracledx.com/odx/functions/api/models"
|
||||
"gitlab-odx.oracle.com/odx/functions/api/models"
|
||||
)
|
||||
|
||||
// Datastore is a copy of models.Datastore, with additional comments on parameter guarantees.
|
||||
|
||||
Reference in New Issue
Block a user