modelarts

This commit is contained in:
mhf
2022-09-13 20:07:55 +08:00
parent 5fd3cad876
commit 4f1a1f67b0
36 changed files with 2346 additions and 14 deletions
+4 -2
View File
@@ -25,10 +25,12 @@
package apis
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
)
const (
@@ -4,6 +4,7 @@ package apis
import (
context "context"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"