filter

package
v0.12.2 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2020 License: AGPL-3.0 Imports: 1 Imported by: 37

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func And

func And(filters ...flow.IdentityFilter) flow.IdentityFilter

And combines two or more filters that all need to be true.

func Any

func Any(*flow.Identity) bool

Any will always be true.

func Ejected added in v0.12.0

func Ejected(identity *flow.Identity) bool

Ejected is a filter that returns true if the node is ejected.

func HasNodeID

func HasNodeID(nodeIDs ...flow.Identifier) flow.IdentityFilter

HasNodeID returns a filter that returns true for any identity with an ID matching any of the inputs.

func HasRole

func HasRole(roles ...flow.Role) flow.IdentityFilter

HasRole returns a filter for nodes with one of the input roles.

func HasStake

func HasStake(hasStake bool) flow.IdentityFilter

HasStake returns a filter for nodes with non-zero stake.

func In

In returns a filter for identities within the input list. This is equivalent to HasNodeID, but for list-typed inputs.

func Not

Not returns a filter equivalent to the inverse of the input filter.

func Or

func Or(filters ...flow.IdentityFilter) flow.IdentityFilter

Or combines two or more filters and only needs one of them to be true.

Types

This section is empty.

Jump to

Keyboard shortcuts

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