Skip to content

Commit e2c8fe5

Browse files
authored
feat: Export grpczerolog for reuse (#1200)
1 parent 40a942f commit e2c8fe5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

helpers/slice.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package helpers
22

33
import "reflect"
44

5-
// InterfaceSlice converts any any into a []any slice
5+
// InterfaceSlice converts any into a []any slice
66
func InterfaceSlice(slice any) []any {
77
// if value is nil return nil
88
if slice == nil {

serve/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"strings"
1010
"syscall"
1111

12-
"github.com/cloudquery/plugin-sdk/v4/internal/grpczerolog"
12+
"github.com/cloudquery/plugin-sdk/v4/helpers/grpczerolog"
1313
"github.com/cloudquery/plugin-sdk/v4/plugin"
1414
"github.com/cloudquery/plugin-sdk/v4/types"
1515
"go.opentelemetry.io/otel"

0 commit comments

Comments
 (0)