Documentation ¶
Index ¶
- type Implementation
- func (i *Implementation) Commands() []cli.Command
- func (i *Implementation) ExtensionScaffoldCommand() cli.Command
- func (i *Implementation) Login() error
- func (i *Implementation) LoginCommand() cli.Command
- func (i *Implementation) LogoutCommand() cli.Command
- func (i *Implementation) Run() error
- func (i *Implementation) SelectExtension(es *extensionscaffold.Implementation) (*nemgen.Extension, error)
- func (i *Implementation) SelectExtensionVersion(extensionUUID string) (*nemgen.ExtensionVersion, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Implementation ¶
type Implementation struct {
// contains filtered or unexported fields
}
func New ¶
func New() (*Implementation, error)
func (*Implementation) Commands ¶
func (i *Implementation) Commands() []cli.Command
func (*Implementation) ExtensionScaffoldCommand ¶
func (i *Implementation) ExtensionScaffoldCommand() cli.Command
func (*Implementation) Login ¶
func (i *Implementation) Login() error
func (*Implementation) LoginCommand ¶
func (i *Implementation) LoginCommand() cli.Command
func (*Implementation) LogoutCommand ¶
func (i *Implementation) LogoutCommand() cli.Command
func (*Implementation) Run ¶
func (i *Implementation) Run() error
func (*Implementation) SelectExtension ¶
func (i *Implementation) SelectExtension(es *extensionscaffold.Implementation) (*nemgen.Extension, error)
func (*Implementation) SelectExtensionVersion ¶
func (i *Implementation) SelectExtensionVersion(extensionUUID string) (*nemgen.ExtensionVersion, error)
Click to show internal directories.
Click to hide internal directories.