builtin

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2026 License: AGPL-3.0 Imports: 36 Imported by: 0

Documentation

Overview

Package builtin owns the catalog of platform plugins compiled into covo-agent.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Description

func Description(id string) string

Description returns the user-facing description for a platform ID.

func Names

func Names() []string

Names returns sorted built-in platform IDs.

func Providers

func Providers() []any

Providers constructs every built-in platform provider.

Types

type Entry

type Entry struct {
	ID          string
	Description string
	New         func() any
}

Entry describes one platform plugin compiled into the binary.

func Entries

func Entries() []Entry

Entries returns a copy of the built-in platform metadata.

Jump to

Keyboard shortcuts

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