Documentation ¶
Index ¶
- func FormFromMap(m map[string]string) url.Values
- func GetBool(queries url.Values, key string) func() (bool, error)
- func GetBoolPtr(queries url.Values, key string) func() (*bool, error)
- func GetBoolSlice(queries url.Values, key string) func() ([]bool, error)
- func GetBoolValue(queries url.Values, key string) func() (*wrapperspb.BoolValue, error)
- func GetBoolValueSlice(queries url.Values, key string) func() ([]*wrapperspb.BoolValue, error)
- func GetFloat[Float constraints.Float](queries url.Values, key string) func() (Float, error)
- func GetFloat32Value(queries url.Values, key string) func() (*wrapperspb.FloatValue, error)
- func GetFloat32ValueSlice(queries url.Values, key string) func() ([]*wrapperspb.FloatValue, error)
- func GetFloat64Value(queries url.Values, key string) func() (*wrapperspb.DoubleValue, error)
- func GetFloat64ValueSlice(queries url.Values, key string) func() ([]*wrapperspb.DoubleValue, error)
- func GetFloatPtr[Float constraints.Float](queries url.Values, key string) func() (*Float, error)
- func GetFloatSlice[Float constraints.Float](queries url.Values, key string) func() ([]Float, error)
- func GetInt[Signed constraints.Signed](queries url.Values, key string) func() (Signed, error)
- func GetInt32Value(queries url.Values, key string) func() (*wrapperspb.Int32Value, error)
- func GetInt32ValueSlice(queries url.Values, key string) func() ([]*wrapperspb.Int32Value, error)
- func GetInt64Value(queries url.Values, key string) func() (*wrapperspb.Int64Value, error)
- func GetInt64ValueSlice(queries url.Values, key string) func() ([]*wrapperspb.Int64Value, error)
- func GetIntPtr[Signed constraints.Signed](queries url.Values, key string) func() (*Signed, error)
- func GetIntSlice[Signed constraints.Signed](queries url.Values, key string) func() ([]Signed, error)
- func GetUint[Unsigned constraints.Unsigned](queries url.Values, key string) func() (Unsigned, error)
- func GetUint32Value(queries url.Values, key string) func() (*wrapperspb.UInt32Value, error)
- func GetUint32ValueSlice(queries url.Values, key string) func() ([]*wrapperspb.UInt32Value, error)
- func GetUint64Value(queries url.Values, key string) func() (*wrapperspb.UInt64Value, error)
- func GetUint64ValueSlice(queries url.Values, key string) func() ([]*wrapperspb.UInt64Value, error)
- func GetUintPtr[Unsigned constraints.Unsigned](queries url.Values, key string) func() (*Unsigned, error)
- func GetUintSlice[Unsigned constraints.Unsigned](queries url.Values, key string) func() ([]Unsigned, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBoolValue ¶
func GetBoolValueSlice ¶
func GetFloat32Value ¶
func GetFloat32Value(queries url.Values, key string) func() (*wrapperspb.FloatValue, error)
func GetFloat32ValueSlice ¶
func GetFloat32ValueSlice(queries url.Values, key string) func() ([]*wrapperspb.FloatValue, error)
func GetFloat64Value ¶
func GetFloat64Value(queries url.Values, key string) func() (*wrapperspb.DoubleValue, error)
func GetFloat64ValueSlice ¶
func GetFloat64ValueSlice(queries url.Values, key string) func() ([]*wrapperspb.DoubleValue, error)
func GetFloatPtr ¶
func GetFloatSlice ¶
func GetInt32Value ¶
func GetInt32Value(queries url.Values, key string) func() (*wrapperspb.Int32Value, error)
func GetInt32ValueSlice ¶
func GetInt32ValueSlice(queries url.Values, key string) func() ([]*wrapperspb.Int32Value, error)
func GetInt64Value ¶
func GetInt64Value(queries url.Values, key string) func() (*wrapperspb.Int64Value, error)
func GetInt64ValueSlice ¶
func GetInt64ValueSlice(queries url.Values, key string) func() ([]*wrapperspb.Int64Value, error)
func GetIntSlice ¶
func GetUint32Value ¶
func GetUint32Value(queries url.Values, key string) func() (*wrapperspb.UInt32Value, error)
func GetUint32ValueSlice ¶
func GetUint32ValueSlice(queries url.Values, key string) func() ([]*wrapperspb.UInt32Value, error)
func GetUint64Value ¶
func GetUint64Value(queries url.Values, key string) func() (*wrapperspb.UInt64Value, error)
func GetUint64ValueSlice ¶
func GetUint64ValueSlice(queries url.Values, key string) func() ([]*wrapperspb.UInt64Value, error)
func GetUintPtr ¶
func GetUintSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.