Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultFieldsExtractor = &FieldsExtractor{}
Functions ¶
func ExtractFieldsJSON ¶
func JoinPartsURL ¶
Types ¶
type FieldsExtractor ¶
type FieldsExtractor struct {
// contains filtered or unexported fields
}
type URLParamJSON ¶
type URLParamJSON struct {
Data any `json:"-" url:"-"`
}
func (URLParamJSON) EncodeValues ¶
func (p URLParamJSON) EncodeValues(key string, v *url.Values) error
func (URLParamJSON) IsEmpty ¶
func (p URLParamJSON) IsEmpty() bool
func (URLParamJSON) MarshalJSON ¶
func (p URLParamJSON) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.