Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface interface { Configure(opts ...Option) error Summon(opts ...Option) (string, error) List(opts ...Option) ([]string, error) Run(opts ...Option) error }
Interface for summon
type Option ¶
type Option func(*options) error
Option allows specifying configuration settings from the user
type Summoner ¶
type Summoner struct {
// contains filtered or unexported fields
}
Summoner manages functionality of summon
Click to show internal directories.
Click to hide internal directories.