qs

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2025 License: Unlicense Imports: 3 Imported by: 0

README

go-query-string

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node struct {
	// contains filtered or unexported fields
}

func NewNode

func NewNode(parent *Node, name string) *Node

func Parse

func Parse(qs string) (*Node, error)

func (*Node) AppendValues

func (n *Node) AppendValues(values ...string)

func (Node) Children

func (n Node) Children() iter.Seq[*Node]

func (Node) Children2

func (n Node) Children2() iter.Seq2[string, *Node]

func (Node) GetChild

func (n Node) GetChild(name string) (*Node, bool)

func (Node) Name

func (n Node) Name() string

func (Node) Parent

func (n Node) Parent() *Node

func (*Node) SetChild

func (n *Node) SetChild(child *Node)

func (Node) Values

func (n Node) Values() []string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL