Documentation ¶
Index ¶
- func Convert(raw string, toType reflect.Type, skipValidation bool, format string, ...) (value interface{}, wasNil bool, err error)
- type Repeated
- func (r Repeated) AsFloats32() ([]float32, error)
- func (r Repeated) AsFloats64() ([]float64, error)
- func (r Repeated) AsInt64s() ([]int64, error)
- func (r Repeated) AsInts() ([]int, error)
- func (r Repeated) AsUInt64s() ([]uint64, error)
- func (r Repeated) AsUInts() ([]uint, error)
- func (r Repeated) Convert(toType reflect.Type) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Repeated ¶
type Repeated []string
func NewRepeated ¶
func (Repeated) AsFloats32 ¶
func (Repeated) AsFloats64 ¶
Click to show internal directories.
Click to hide internal directories.