Documentation ¶ Overview ¶ Package capability implements capability-based execution runtime. Index ¶ Constants type Runtime func New() *Runtime func (*Runtime) Close() error func (*Runtime) HealthCheck(_ context.Context) error func (*Runtime) Run(ctx context.Context, t *types.Task) error func (*Runtime) Stop(_ context.Context, _ *types.Task) error Constants ¶ View Source const ( Prefix = "capability:" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Runtime ¶ type Runtime struct{} func New ¶ func New() *Runtime func (*Runtime) Close ¶ func (*Runtime) Close() error func (*Runtime) HealthCheck ¶ func (*Runtime) HealthCheck(_ context.Context) error func (*Runtime) Run ¶ func (*Runtime) Run(ctx context.Context, t *types.Task) error func (*Runtime) Stop ¶ func (*Runtime) Stop(_ context.Context, _ *types.Task) error Source Files ¶ View all Source files capability.go Click to show internal directories. Click to hide internal directories.