Skip to content

Commit

Permalink
internal: serverservice -> fleetdbapi
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Jun 10, 2024
1 parent 48fef27 commit e9c31a6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion internal/inventory/mocks/serverservice.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/inventory/serverservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

"github.com/metal-toolbox/firmware-syncer/internal/config"

serverservice "go.hollow.sh/serverservice/pkg/api/v1"
fleetdbapi "github.com/metal-toolbox/fleetdb/pkg/api/v1"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion internal/inventory/serverservice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/google/uuid"
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
serverservice "go.hollow.sh/serverservice/pkg/api/v1"
fleetdbapi "github.com/metal-toolbox/fleetdb/pkg/api/v1"

"github.com/metal-toolbox/firmware-syncer/internal/config"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/vendors/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
rcloneFs "github.com/rclone/rclone/fs"
rcloneConfigmap "github.com/rclone/rclone/fs/config/configmap"
rcloneOperations "github.com/rclone/rclone/fs/operations"
serverservice "go.hollow.sh/serverservice/pkg/api/v1"
fleetdbapi "github.com/metal-toolbox/fleetdb/pkg/api/v1"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion internal/vendors/downloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
serverservice "go.hollow.sh/serverservice/pkg/api/v1"
fleetdbapi "github.com/metal-toolbox/fleetdb/pkg/api/v1"
"go.uber.org/mock/gomock"

"github.com/metal-toolbox/firmware-syncer/internal/config"
Expand Down
2 changes: 1 addition & 1 deletion internal/vendors/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

"github.com/metal-toolbox/firmware-syncer/internal/vendors"

serverservice "go.hollow.sh/serverservice/pkg/api/v1"
fleetdbapi "github.com/metal-toolbox/fleetdb/pkg/api/v1"
)

const DownloadTimeout = 300
Expand Down
2 changes: 1 addition & 1 deletion internal/vendors/mocks/downloader.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/vendors/supermicro/supermicro.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

"github.com/metal-toolbox/firmware-syncer/internal/vendors"

serverservice "go.hollow.sh/serverservice/pkg/api/v1"
fleetdbapi "github.com/metal-toolbox/fleetdb/pkg/api/v1"
)

var ErrMissingFirmwareID = errors.New("upstream URL is missing firmwareID")
Expand Down

0 comments on commit e9c31a6

Please sign in to comment.