Documentation
¶
Index ¶
- func LoadDoc(path string, v any) error
- func LoadDocWith[V any](path string) (v V, err error)
- func LoadURL(url string, v any) error
- func LoadURLWith[V any](url string) (v V, err error)
- func TypePtr(in any) uintptr
- func Unmarshal(b []byte, v any) error
- func UnmarshalNode(node *html.Node, v any) error
- func UnmarshalNodeWith[V any](node *html.Node) (v V, err error)
- func UnmarshalReader(r io.Reader, v any) error
- func UnmarshalReaderWith[V any](r io.Reader) (v V, err error)
- func UnmarshalText(text string, v any) error
- func UnmarshalTextWith[V any](text string) (v V, err error)
- func UnmarshalWith[V any](b []byte) (v V, err error)
- func ValuePtr(in any) uintptr
- type Any
- type Expr
- type XPath
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadDocWith ¶
func LoadURLWith ¶
func UnmarshalText ¶
func UnmarshalTextWith ¶
func UnmarshalWith ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.