harbor

package
v1.8.6 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2019 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FilterItem

type FilterItem struct {
	Value string
}

FilterItem is a filterable object that can be used to match string pattern

func (*FilterItem) Match

func (f *FilterItem) Match(filters []*model.Filter) (bool, error)

Match ...

type Filterable

type Filterable interface {
	Match([]*model.Filter) (bool, error)
}

Filterable defines the interface that an object should implement if the object can be filtered

Jump to

Keyboard shortcuts

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