aboutsummaryrefslogtreecommitdiff
path: root/weed/mq/schema/struct_to_schema.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/mq/schema/struct_to_schema.go')
-rw-r--r--weed/mq/schema/struct_to_schema.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/mq/schema/struct_to_schema.go b/weed/mq/schema/struct_to_schema.go
index 443788b2c..55ac1bcf5 100644
--- a/weed/mq/schema/struct_to_schema.go
+++ b/weed/mq/schema/struct_to_schema.go
@@ -1,8 +1,9 @@
package schema
import (
- "github.com/seaweedfs/seaweedfs/weed/pb/schema_pb"
"reflect"
+
+ "github.com/seaweedfs/seaweedfs/weed/pb/schema_pb"
)
func StructToSchema(instance any) *schema_pb.RecordType {