Documentation
¶
Overview ¶
Package skillinstall provides a lightweight NATS consumer that handles skill installation requests by shelling out to the leros CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct {
// contains filtered or unexported fields
}
Consumer subscribes to skill install requests and runs leros skill install.
func New ¶
func New(cfg Config, subscriber eventbus.Subscriber) (*Consumer, error)
New creates a new skill install consumer.
Click to show internal directories.
Click to hide internal directories.