plugin

package
v0.0.14-alpha Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2025 License: AGPL-3.0 Imports: 2 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin struct {
	bun.BaseModel `bun:"table:plugin,alias:plugin"`
	Id            uuid.UUID      `bun:",pk,autoincrement,type:uuid,default:uuid_generate_v4()"`
	Name          string         `bun:"name" json:"name"`
	Version       string         `bun:"version" json:"version"`
	DependsOn     []string       `bun:"depends_on" json:"depends_on"`
	Description   string         `bun:"description" json:"description"`
	Config        map[string]any `bun:"config" json:"config"`
}

Jump to

Keyboard shortcuts

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