diff options
| author | wbc6080 <wangbincheng4@huawei.com> | 2024-01-18 11:36:01 +0800 |
|---|---|---|
| committer | wbc6080 <wangbincheng4@huawei.com> | 2024-01-18 11:36:01 +0800 |
| commit | a52d3a3dd0f1ab28e28fabaa83eecbbb6e45af08 (patch) | |
| tree | 4dfe65fa28f0ccc30e43ad3578090cf060e8d824 /staging/src/github.com | |
| parent | fix some bug in framework (diff) | |
| download | kubeedge-a52d3a3dd0f1ab28e28fabaa83eecbbb6e45af08.tar.gz | |
fix lint
Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
Diffstat (limited to 'staging/src/github.com')
| -rw-r--r-- | staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/grpc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/grpc.go b/staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/grpc.go index 142ea1ee4..a1d1b9917 100644 --- a/staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/grpc.go +++ b/staging/src/github.com/kubeedge/mapper-framework/pkg/util/parse/grpc.go @@ -2,6 +2,7 @@ package parse import ( "encoding/json" + "k8s.io/klog/v2" dmiapi "github.com/kubeedge/kubeedge/pkg/apis/dmi/v1beta1" @@ -147,7 +148,6 @@ func buildPropertiesFromGrpc(device *dmiapi.Device) []common.DeviceProperty { default: klog.Errorf("get DBMethod err: Unsupported database type") } - } if pptv.PushMethod != nil { //parse pushmethod filed |
