ext

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Describer

type Describer interface {
	Desc() ([]Object, error)
}

type Filter

type Filter interface {
	Filter(i any) bool
}

func CompileWhereFilter

func CompileWhereFilter(whereExpr *parser.WhereExpr) Filter

type Object

type Object = map[string]interface{}

type Plugin

type Plugin interface {
	Download() ([]Object, error)
	Delete([]Object) ([]Object, error)
}

type WhereFilters

type WhereFilters []*parser.Condition

func (WhereFilters) Filter

func (cs WhereFilters) Filter(i interface{}) bool

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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