Documentation ¶
Overview ¶
Description: Implements the extension caller interface for interacting with extensions.
Package extensions consumes extensions in stencil
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtensionCaller ¶
type ExtensionCaller struct {
// contains filtered or unexported fields
}
ExtensionCaller calls extension functions
type Host ¶
type Host struct {
// contains filtered or unexported fields
}
Host implements an extension host that handles registering extensions and executing them.
func (*Host) GetExtensionCaller ¶
func (h *Host) GetExtensionCaller(ctx context.Context) (*ExtensionCaller, error)
GetExtensionCaller returns an extension caller that's aware of all extension functions
Directories ¶
Path | Synopsis |
---|---|
Description: Implements a plugin Implementation for the extensions host.
|
Description: Implements a plugin Implementation for the extensions host. |
Package github implements helpers accessing github via the gh cli
|
Package github implements helpers accessing github via the gh cli |
Click to show internal directories.
Click to hide internal directories.