dataset

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2021 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dataset

type Dataset struct {
	Fingerprint string
	Types       []string
	URL         string
}

func FetchDatasets

func FetchDatasets(ctx context.Context) ([]Dataset, error)

func (Dataset) HasType

func (d Dataset) HasType(dtype string) bool

type Entry

type Entry struct {
	Name  string `json:"name"`
	Value string `json:"value"`
	Type  string `json:"type"`
}

Jump to

Keyboard shortcuts

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