command
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Mar 28, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Hello Scheduled Task
This example is a minimal self-describing plugin binary.
It demonstrates:
- embedding a manifest template with
//go:embed
- computing the executable checksum at runtime
- returning the manifest through
Runtime.GetManifest
- exposing a
scheduled_task.v1 capability
Build
go build -o hello-scheduled-task ./examples/hello-scheduled-task
Inspect the Manifest
./hello-scheduled-task manifest
Install into Continuum
Upload the built binary through the admin plugin upload flow, or publish it through a plugin catalog entry that points at the binary URL and checksum.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.