Skip to content

Commit

Permalink
feat: Updates from PR review.
Browse files Browse the repository at this point in the history
Signed-off-by: lenny <[email protected]>
  • Loading branch information
lenny committed Jan 8, 2021
1 parent bcd0eef commit c4cbbed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/common/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type ConfigurationStruct struct {
DeviceList []DeviceConfig `consul:"-"`
// Driver is a string map contains customized configuration for the protocol driver implemented based on Device SDK
Driver map[string]string
// SecretStore contain information for connecting to the secure SecretStore (Vault) to retrieve or store secrets
// SecretStore contains information for connecting to the secure SecretStore (Vault) to retrieve or store secrets
SecretStore bootstrapConfig.SecretStoreInfo
}

Expand Down
2 changes: 1 addition & 1 deletion internal/common/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ type DeviceInfo struct {
RemoveCmd string
// RemoveCmdArgs specify arguments to be used when building the RemoveCmd.
RemoveCmdArgs string
// ProfilesDir specifies a directory which contains device profile
// ProfilesDir specifies a directory which contains device profiles
// files which should be imported on startup.
ProfilesDir string
// UpdateLastConnected specifies whether to update device's LastConnected
Expand Down
2 changes: 1 addition & 1 deletion internal/v2/application/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/edgexfoundry/go-mod-core-contracts/clients/logger"
edgexErr "github.com/edgexfoundry/go-mod-core-contracts/errors"
contract "github.com/edgexfoundry/go-mod-core-contracts/models"
v2 "github.com/edgexfoundry/go-mod-core-contracts/v2"
"github.com/edgexfoundry/go-mod-core-contracts/v2"
"github.com/edgexfoundry/go-mod-core-contracts/v2/dtos"
)

Expand Down

0 comments on commit c4cbbed

Please sign in to comment.