# Structs
Category represents a category for a pet categories are things like: cat, dog, fish
Even though this model is not annotated with anything, and it's not included in the initial imports it should still register because it's a required file for the pet model.
Notable is a model in a transitive package.
NotSelected is a model that is in a transitive package
This model is not annotated and should not be detected for parsing.
Pet represents a pet in our store
This model is not explicitly mentioned in the import paths, but because it it transitively required by the order it should also be collected.
# Interfaces
EmbeddedColor is a color
swagger:model color.
ExtraInfo is an interface for things that have extra info swagger:model extra.
# Type aliases
SomeIntsType is a type that refines []int64 swagger:model modsSomeIntsType.
SomeIntType is a type that refines int64 swagger:model modsSomeIntType.
SomePettedsPtrType is a type that refines array of mods.Pet pointers swagger:model modsSomePettedsPtrType.
SomePettedsType is a type that refines mods.Pet swagger:model modsSomePettedsType.
SomePettedType is a type that refines Pet swagger:model modsSomePettedType.
SomeStringsType is a type that refines []string swagger:model modsSomeStringsType.
SomeStringType is a type that refines string swagger:model modsSomeStringType.
SomeTimedsType is a type that refines strfmt.DateTime swagger:model modsSomeTimedsType.
SomeTimedType is a type that refines strfmt.DateTime swagger:model modsSomeTimedType.
SomeTimesType is a type that refines time.Time swagger:strfmt date-time swagger:model modsSomeTimesType.
SomeTimeType is a type that refines time.Time swagger:strfmt date-time swagger:model modsSomeTimeType.