Versions in this module Expand all Collapse all v0 v0.1.0 Feb 12, 2022 Changes in this version + func ToReadCloser(enc encoder.Encoder, in interface{}) io.ReadCloser + type JSONGambit struct + Bool bool + BoolP *bool + Float float64 + FloatP *float64 + Int int + IntP *int + String string + StringP *string + UInt uint + UIntP *uint + type TestStruct struct + Body *JSONGambit + HeaderBool bool + HeaderFloat float64 + HeaderInt int + HeaderJSON JSONGambit + HeaderString string + HeaderUInt uint + PathBool bool + PathFloat float64 + PathInt int + PathString string + PathUInt uint + QueryBool bool + QueryFloat float64 + QueryInt int + QueryJSON JSONGambit + QueryString string + QueryUInt uint + func GetTestStruct() TestStruct Other modules containing this package github.com/kevinanthony/gorps/v2