Versions in this module Expand all Collapse all v1 v1.20.2 Jan 28, 2022 Changes in this version + var InvalidEnum = errors.New("invalid Enum type") + type ArrayString [2]string + type Binary *multipart.FileHeader + type Bool bool + type Composed struct + type Double float64 + type Enum int + const ENUM_UNKNOWN + const ENUM__ONE + const ENUM__TWO + func ParseEnumFromLabelString(s string) (Enum, error) + func ParseEnumFromString(s string) (Enum, error) + func (Enum) ConstValues() []github_com_go_courier_enumeration.Enum + func (Enum) TypeName() string + func (v *Enum) Scan(src interface{}) error + func (v *Enum) UnmarshalText(data []byte) (err error) + func (v Enum) Int() int + func (v Enum) Label() string + func (v Enum) MarshalText() ([]byte, error) + func (v Enum) String() string + func (v Enum) Value() (database_sql_driver.Value, error) + type FakeBool int + type Float float32 + type Int int + type Interface interface + type InvalidComposed struct + type Map map[string]String + type NamedComposed struct + type Node struct + Children []*Node + Type string + type Part struct + Name string + Skip string + type PartConflict struct + Name string + type SliceNamed []String + type SliceString []string + type String string + type Struct struct + CreatedAt time2.Time + Enum Enum + ID **string + Map map[string]map[string]struct{ ... } + Name *string + Slice []float64 + type Time time.Time + func (Time) OpenAPISchemaFormat() string + func (Time) OpenAPISchemaType() []string + type TimeAlias = time.Time + type Uint uint