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