Skip to content

Commit

Permalink
feat: adds wireless synchronization option to config
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavilosetty-intel committed Nov 5, 2024
1 parent e9d5135 commit 811e9e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/usecase/profiles/usecase.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ func (uc *UseCase) BuildConfigurationObject(profileName string, data *entity.Pro
SharedStaticIP: false,
},
Wireless: config.Wireless{
IsWirelessSynchronized: data.LocalWiFiSyncEnabled,

Check failure on line 286 in internal/usecase/profiles/usecase.go

View workflow job for this annotation

GitHub Actions / runner / golangci-lint

[golangci] reported by reviewdog 🐶 unknown field IsWirelessSynchronized in struct literal of type "github.com/open-amt-cloud-toolkit/go-wsman-messages/v2/pkg/config".Wireless (typecheck) Raw Output: internal/usecase/profiles/usecase.go:286:6: unknown field IsWirelessSynchronized in struct literal of type "github.com/open-amt-cloud-toolkit/go-wsman-messages/v2/pkg/config".Wireless (typecheck) package profiles

Check failure on line 286 in internal/usecase/profiles/usecase.go

View workflow job for this annotation

GitHub Actions / runner / golangci-lint

[golangci] reported by reviewdog 🐶 unknown field IsWirelessSynchronized in struct literal of type "github.com/open-amt-cloud-toolkit/go-wsman-messages/v2/pkg/config".Wireless) (typecheck) Raw Output: internal/usecase/profiles/usecase.go:286:6: unknown field IsWirelessSynchronized in struct literal of type "github.com/open-amt-cloud-toolkit/go-wsman-messages/v2/pkg/config".Wireless) (typecheck) "github.com/open-amt-cloud-toolkit/console/internal/usecase/profiles" ^

Check failure on line 286 in internal/usecase/profiles/usecase.go

View workflow job for this annotation

GitHub Actions / runner / golangci-lint

[golangci] reported by reviewdog 🐶 unknown field IsWirelessSynchronized in struct literal of type "github.com/open-amt-cloud-toolkit/go-wsman-messages/v2/pkg/config".Wireless) (typecheck) Raw Output: internal/usecase/profiles/usecase.go:286:6: unknown field IsWirelessSynchronized in struct literal of type "github.com/open-amt-cloud-toolkit/go-wsman-messages/v2/pkg/config".Wireless) (typecheck) "github.com/open-amt-cloud-toolkit/console/internal/usecase/profiles" ^

Check failure on line 286 in internal/usecase/profiles/usecase.go

View workflow job for this annotation

GitHub Actions / runner / golangci-lint

[golangci] reported by reviewdog 🐶 unknown field IsWirelessSynchronized in struct literal of type "github.com/open-amt-cloud-toolkit/go-wsman-messages/v2/pkg/config".Wireless) (typecheck) Raw Output: internal/usecase/profiles/usecase.go:286:6: unknown field IsWirelessSynchronized in struct literal of type "github.com/open-amt-cloud-toolkit/go-wsman-messages/v2/pkg/config".Wireless) (typecheck) "github.com/open-amt-cloud-toolkit/console/internal/usecase/profiles" ^

Check failure on line 286 in internal/usecase/profiles/usecase.go

View workflow job for this annotation

GitHub Actions / runner / build and tests (1.22.x, windows-2019)

unknown field IsWirelessSynchronized in struct literal of type "github.com/open-amt-cloud-toolkit/go-wsman-messages/v2/pkg/config".Wireless

Check failure on line 286 in internal/usecase/profiles/usecase.go

View workflow job for this annotation

GitHub Actions / runner / build and tests (1.22.x, windows-2022)

unknown field IsWirelessSynchronized in struct literal of type "github.com/open-amt-cloud-toolkit/go-wsman-messages/v2/pkg/config".Wireless

Check failure on line 286 in internal/usecase/profiles/usecase.go

View workflow job for this annotation

GitHub Actions / runner / build and tests (1.22.x, ubuntu-20.04)

unknown field IsWirelessSynchronized in struct literal of type "github.com/open-amt-cloud-toolkit/go-wsman-messages/v2/pkg/config".Wireless

Check failure on line 286 in internal/usecase/profiles/usecase.go

View workflow job for this annotation

GitHub Actions / runner / build and tests (1.22.x, ubuntu-24.04)

unknown field IsWirelessSynchronized in struct literal of type "github.com/open-amt-cloud-toolkit/go-wsman-messages/v2/pkg/config".Wireless
Profiles: wifiConfigs,
},
},
Expand Down

0 comments on commit 811e9e0

Please sign in to comment.