extension

package
v0.0.0-...-84adcdc Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2023 License: GPL-3.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandModel

type CommandModel struct {
	Command string `zero:"command"`
	Args    string `zero:"args"`
}

CommandModel is model of zero.CommandRule

type FullMatchModel

type FullMatchModel struct {
	Matched string `zero:"matched"`
}

FullMatchModel is model of zero.FullMatchRule

type KeywordModel

type KeywordModel struct {
	Keyword string `zero:"keyword"`
}

KeywordModel is model of zero.KeywordRule

type PrefixModel

type PrefixModel struct {
	Prefix string `zero:"prefix"`
	Args   string `zero:"args"`
}

PrefixModel is model of zero.PrefixRule

type RegexModel

type RegexModel struct {
	Matched []string `zero:"regex_matched"`
}

RegexModel is model of zero.RegexRule

type SuffixModel

type SuffixModel struct {
	Suffix string `zero:"suffix"`
	Args   string `zero:"args"`
}

SuffixModel is model of zero.SuffixRule

Directories

Path Synopsis
Package kv provides a simple wrap of goleveldb for multi bucket database
Package kv provides a simple wrap of goleveldb for multi bucket database
Package rate provides a rate limiter hooker, this package is based on golang.org/x/time/rate
Package rate provides a rate limiter hooker, this package is based on golang.org/x/time/rate

Jump to

Keyboard shortcuts

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