Versions in this module Expand all Collapse all v1 v1.12.5 Apr 19, 2023 Changes in this version + func GetSwagger() (swagger *openapi3.T, err error) + func PathToRawSpec(pathToFile string) map[string]func() ([]byte, error) + type Person struct + type PersonProperties struct + FirstName *string + GovernmentIDNumber *int64 + LastName *string + type PersonWithID struct + ID int64