// Copyright (c) Shenyang Leading Edge Intelligent Technology Co., Ltd. All rights reserved.
|
|
|
|
package container
|
|
|
|
import (
|
|
"reflect"
|
|
)
|
|
|
|
// 接口类型
|
|
type Interface reflect.Type
|