@ -13,6 +13,16 @@ var swaggerMapTypes = map[string]reflect.Kind{
|
||||
"*string": reflect.String,
|
||||
"int": reflect.Int,
|
||||
"*int": reflect.Int,
|
||||
"uint": reflect.Uint,
|
||||
"*uint": reflect.Uint,
|
||||
"int8": reflect.Int8,
|
||||
"*int8": reflect.Int8,
|
||||
"uint8": reflect.Uint8,
|
||||
"*uint8": reflect.Uint8,
|
||||
"int16": reflect.Int16,
|
||||
"*int16": reflect.Int16,
|
||||
"uint16": reflect.Uint16,
|
||||
"*uint16": reflect.Uint16,
|
||||
"int32": reflect.Int,
|
||||
"*int32": reflect.Int,
|
||||
"uint32": reflect.Int,
|
||||
|
Reference in New Issue
Block a user