Initial code to generate service code.
This commit is contained in:
9
v2alpha/description/typedesc/typedesc.go
Normal file
9
v2alpha/description/typedesc/typedesc.go
Normal file
@ -0,0 +1,9 @@
|
||||
package typedesc
|
||||
|
||||
import "reflect"
|
||||
|
||||
type TypeDesc struct {
|
||||
GoType reflect.Type
|
||||
}
|
||||
|
||||
type TypeMap map[string]TypeDesc
|
Reference in New Issue
Block a user