types

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: May 23, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

package names parses and constructs query and class name strings.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Class

type Class struct{ Domain, Name string }

func ParseClass

func ParseClass(class string) Class

func (Class) String

func (c Class) String() string

type Query

type Query struct {
	Class Class
	Data  string
}

func ParseQuery

func ParseQuery(query string) Query

func (Query) String

func (q Query) String() string

Jump to

Keyboard shortcuts

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