Versions in this module Expand all Collapse all v0 v0.2.0 Dec 25, 2015 v0.1.0 Dec 14, 2015 Changes in this version + type AllOfModel struct + CreatedAt strfmt.DateTime + type BaseStruct struct + ID int64 + Name string + StructType string + type ComplexerOne struct + CreatedAt strfmt.DateTime + type Fish interface + Items func(id, size int64) []string + Name func() string + StructType func() string + type FormattedModel struct + A strfmt.Base64 + B strfmt.CreditCard + C strfmt.Date + D strfmt.DateTime + E strfmt.Duration + F strfmt.Email + G strfmt.HexColor + H strfmt.Hostname + I strfmt.IPv4 + J strfmt.IPv6 + K strfmt.ISBN + L strfmt.ISBN10 + M strfmt.ISBN13 + N strfmt.RGBColor + O strfmt.SSN + P strfmt.URI + Q strfmt.UUID + R strfmt.UUID3 + S strfmt.UUID4 + T strfmt.UUID5 + type Gazelle struct + HornSize float32 + type Giraffe struct + NeckSize int64 + type Identifiable interface + ID func() int64 + type Interfaced struct + CustomData interface{} + type MapTastic struct + Embs map[string]struct{ ... } + IDs map[string]int64 + Names map[string]string + NotSels map[string]mods.NotSelected + PtrEmbs map[string]... + PtrIDs map[string]*int64 + PtrNames map[string]*string + PtrNotSels map[string]*mods.NotSelected + PtrTops map[string]*Something + PtrUUIDs map[string]*strfmt.UUID + Tops map[string]Something + UUIDs map[string]strfmt.UUID + type ModelS struct + Edition string + type ModelX struct + Doors int + type NoModel struct + BarSlice [][][]string + Created strfmt.DateTime + FooSlice []string + ID int64 + Ignored string + IgnoredOther string + Items []struct{ ... } + Name string + Score int32 + type OtherTypes struct + Dated SomeTimeType + Dateds []SomeTimeType + ManyDated SomeTimesType + ManyModsDated mods.SomeTimesType + ManyModsNamed mods.SomeStringsType + ManyModsNumbered mods.SomeIntsType + ManyModsPetted mods.SomePettedsType + ManyModsTimed mods.SomeTimedsType + ManyNamed SomeStringsType + ManyNumbered SomeIntsType + ManyPetted SomePettedsType + ManySomethinged SomethingsType + ManyTimed SomeTimedsType + ModsDated mods.SomeTimeType + ModsDateds []mods.SomeTimeType + ModsNamed mods.SomeStringType + ModsNameds []mods.SomeStringType + ModsNumbered mods.SomeIntType + ModsNumbereds []mods.SomeIntType + ModsPetted mods.SomePettedType + ModsPetteds []mods.SomePettedType + ModsTimed mods.SomeTimedType + ModsTimeds []mods.SomeTimedType + Named SomeStringType + Nameds []SomeStringType + Numbered SomeIntType + Numbereds []SomeIntType + Petted SomePettedType + Petteds []SomePettedType + Somethinged SomethingType + Somethingeds []SomethingType + Timed SomeTimedType + Timeds []SomeTimedType + type OverridingOne struct + Age int64 + type Pointdexter struct + Emb ... + ID *int64 + Name *string + NotSel *mods.NotSelected + T *strfmt.UUID5 + Top *Something + type PrimateModel struct + A bool + B rune + C string + D int + E int8 + F int16 + G int32 + H int64 + I uint + J uint8 + K uint16 + L uint32 + M uint64 + N float32 + O float64 + type SimpleComplexModel struct + Emb struct{ ... } + NotSel mods.NotSelected + Top Something + type SimpleOne struct + Age int32 + ID int64 + Name string + type SliceAndDice struct + Embs []struct{ ... } + IDs []int64 + Names []string + NotSels []mods.NotSelected + PtrEmbs []... + PtrIDs []*int64 + PtrNames []*string + PtrNotSels []*mods.NotSelected + PtrTops []*Something + PtrUUIDs []*strfmt.UUID + Tops []Something + UUIDs []strfmt.UUID + type SomeIntType int64 + type SomeIntsType []int64 + type SomePettedType mods.Pet + type SomePettedsType []mods.Pet + type SomeStringType string + type SomeStringsType []string + type SomeTimeType time.Time + type SomeTimedType strfmt.DateTime + type SomeTimedsType []strfmt.DateTime + type SomeTimesType []time.Time + type Something struct + Cat string + DID int64 + type SomethingType Something + type SomethingsType []Something + type StoreOrder struct + ID int64 + Items []struct{ ... } + UserID int64 + type TeslaCar interface + AutoPilot func() bool + Model func() string + type User struct + Email strfmt.Email + Friends []User + ID int64 + Name string + type WaterType interface + SaltWater func() bool + SweetWater func() bool