Move internal references to new source hosting
Some checks failed
/ golint (push) Failing after 3m50s
Some checks failed
/ golint (push) Failing after 3m50s
This commit is contained in:
parent
8c8e360bf6
commit
7237f5f666
239 changed files with 771 additions and 775 deletions
|
|
@ -6,9 +6,9 @@ import (
|
|||
"net/http"
|
||||
"os"
|
||||
|
||||
"github.com/Gleipnir-Technology/nidus-sync/config"
|
||||
"github.com/Gleipnir-Technology/nidus-sync/lint"
|
||||
"github.com/google/uuid"
|
||||
"source.gleipnir.technology/Gleipnir/nidus-sync/config"
|
||||
"source.gleipnir.technology/Gleipnir/nidus-sync/lint"
|
||||
//"github.com/rs/zerolog/log"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@ import (
|
|||
"net/http"
|
||||
"os"
|
||||
|
||||
"github.com/Gleipnir-Technology/nidus-sync/lint"
|
||||
"github.com/google/uuid"
|
||||
"github.com/rs/zerolog/log"
|
||||
"source.gleipnir.technology/Gleipnir/nidus-sync/lint"
|
||||
)
|
||||
|
||||
func ImageFileFromReader(collection Collection, uid uuid.UUID, body io.Reader) error {
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ import (
|
|||
"io"
|
||||
"os"
|
||||
|
||||
"github.com/Gleipnir-Technology/nidus-sync/lint"
|
||||
"github.com/rs/zerolog/log"
|
||||
"source.gleipnir.technology/Gleipnir/nidus-sync/lint"
|
||||
)
|
||||
|
||||
func MailerFromReader(public_id string, body io.Reader) error {
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@ import (
|
|||
"mime/multipart"
|
||||
"net/http"
|
||||
|
||||
"github.com/Gleipnir-Technology/nidus-sync/lint"
|
||||
"github.com/google/uuid"
|
||||
"github.com/rs/zerolog/log"
|
||||
"source.gleipnir.technology/Gleipnir/nidus-sync/lint"
|
||||
)
|
||||
|
||||
type Upload struct {
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@ import (
|
|||
//"net/http"
|
||||
"os"
|
||||
|
||||
"github.com/Gleipnir-Technology/nidus-sync/config"
|
||||
"github.com/Gleipnir-Technology/nidus-sync/lint"
|
||||
"github.com/google/uuid"
|
||||
"github.com/rs/zerolog/log"
|
||||
"source.gleipnir.technology/Gleipnir/nidus-sync/config"
|
||||
"source.gleipnir.technology/Gleipnir/nidus-sync/lint"
|
||||
)
|
||||
|
||||
func CreateDirectories() error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue