discovery

package
v0.0.0-...-48f1617 Latest Latest
Warning

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

Go to latest
Published: May 16, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PLUGIN     = "plugin"
	SDK        = "sdk"
	GENERATOR  = "generator"
	MIDDLEWARE = "middleware"
	POP        = "pop"
	TEMPLATING = "templating"
	GRIFTS     = "grifts"
	DEPLOYMENT = "deployment"
	WEBPACK    = "webpack"
	EXAMPLE    = "example"
	TESTING    = "testing"
	WORKER     = "worker"
	OTHER      = "other"
)

Variables

View Source
var KnownTags = []struct {
	Tag         string
	Description string
}{
	{PLUGIN, "Plugins"},
	{SDK, "Sdks"},
	{GENERATOR, "Generators"},
	{MIDDLEWARE, "Middleware"},
	{POP, "Pop/Soda"},
	{TEMPLATING, "Templating"},

	{DEPLOYMENT, "Deployment"},
	{TESTING, "Testing"},
	{EXAMPLE, "Example Apps"},
	{WORKER, "Workers/Adapters"},
	{WEBPACK, "Webpack/Front-End"},
}

Functions

This section is empty.

Types

type License

type License struct {
	Name        string
	Body        string
	Description string
}

type Project

type Project struct {
	Service       string
	Name          string
	NameWithOwner string
	URL           string
	Description   string
	Readme        string
	Stars         int
	Watchers      int
	Forks         int
	Topics        []string
	License       License
}

type Service

type Service interface {
	Name() string
	Search(context.Context, ...string) ([]Project, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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