model

package
v0.57.2 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base struct {
	// contains filtered or unexported fields
}

func (*Base) Tags

func (b *Base) Tags() Tags

type Discoverer

type Discoverer interface {
	Discover(ctx context.Context, ch chan<- []TargetGroup)
}

type Tags

type Tags map[string]struct{}

func NewTags

func NewTags() Tags

func ParseTags

func ParseTags(line string) (Tags, error)

func (Tags) Merge

func (t Tags) Merge(tags Tags)

func (Tags) String

func (t Tags) String() string

type Target

type Target interface {
	Hash() uint64
	Tags() Tags
	TUID() string
}

type TargetGroup

type TargetGroup interface {
	Targets() []Target
	Provider() string
	Source() string
}

Jump to

Keyboard shortcuts

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