Documentation
¶
Overview ¶
Package grpc/resolver provides generator for GRPC resolver
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ScalarTypes = map[string]string{
"String": "string",
"Int": "int32",
"Int16": "int32",
"Int64": "int64",
"Double": "double",
"Float": "float",
"DateTime": "Timestamp",
"Binary": "bytes",
"Stream": "bytes",
"Boolean": "bool",
"Guid": "string",
}
Functions ¶
func ToCamelCase ¶
func ToLowerCamelCase ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.