model

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FilterConfig

type FilterConfig struct {
	Name   string      `json:"name,omitempty"`
	Config interface{} `json:"config,omitempty"`
}

type FilterWrapper

type FilterWrapper struct {
	api.Filter
	Name string
}

func NewFilterWrapper

func NewFilterWrapper(name string, f api.Filter) *FilterWrapper

type ParsedFilterConfig

type ParsedFilterConfig struct {
	Name         string
	ParsedConfig interface{}
	Factory      api.FilterFactory
}

Jump to

Keyboard shortcuts

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