correct repository location
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
"time"
|
||||
|
||||
"connectrpc.com/connect"
|
||||
officeconvertapiv1 "github.com/end/officeconvert/gen/go/officeconvertapi/v1"
|
||||
"github.com/end/officeconvert/gen/go/officeconvertapi/v1/officeconvertapiv1connect"
|
||||
officeconvertapiv1 "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1"
|
||||
"gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1/officeconvertapiv1connect"
|
||||
)
|
||||
|
||||
const defaultPollInterval = 2 * time.Second
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
officeconvertapiv1 "github.com/end/officeconvert/gen/go/officeconvertapi/v1"
|
||||
officeconvertapiv1 "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1"
|
||||
)
|
||||
|
||||
// DownloadedArtifact records a downloaded slide image destination path.
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"path/filepath"
|
||||
|
||||
officeconvertapiv1 "github.com/end/officeconvert/gen/go/officeconvertapi/v1"
|
||||
officeconvertapiv1 "gitea.auvem.com/end-internal/officeconvert/gen/go/officeconvertapi/v1"
|
||||
)
|
||||
|
||||
// ConversionResult groups the terminal status and deck payload for one conversion.
|
||||
|
||||
Reference in New Issue
Block a user