Updated libraries
This commit is contained in:
2
vendor/github.com/swaggo/swag/schema.go
generated
vendored
2
vendor/github.com/swaggo/swag/schema.go
generated
vendored
@ -2,7 +2,7 @@ package swag
|
||||
|
||||
import "fmt"
|
||||
|
||||
// CheckSchemaType TODO: NEEDS COMMENT INFO
|
||||
// CheckSchemaType begins panicking if typeName is not a name of primitive type
|
||||
func CheckSchemaType(typeName string) {
|
||||
if !IsPrimitiveType(typeName) {
|
||||
panic(fmt.Errorf("%s is not basic types", typeName))
|
||||
|
Reference in New Issue
Block a user