internal

package
v4.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const IncludeTag = "include"

Variables

This section is empty.

Functions

This section is empty.

Types

type Token

type Token struct {
	Type  TokenType
	Key   string
	Value string
	Raw   string
}

type TokenType

type TokenType int32
const (
	TokenTypeFilter TokenType = 1 + iota
	TokenTypeInclude
	TokenTypePage
	TokenTypeCustomParameter
)

type Tokens

type Tokens map[Token]bool

bool for consumed

func Tokenize

func Tokenize(values url.Values) Tokens

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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