Documentation
      ¶
    
    
  
    
  
    Index ¶
- type AllowSpaceSSH
 - func (cmd *AllowSpaceSSH) Execute(fc flags.FlagContext) error
 - func (cmd *AllowSpaceSSH) MetaData() commandregistry.CommandMetadata
 - func (cmd *AllowSpaceSSH) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
 - func (cmd *AllowSpaceSSH) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
 
- type CreateSpace
 - func (cmd *CreateSpace) Execute(c flags.FlagContext) error
 - func (cmd *CreateSpace) MetaData() commandregistry.CommandMetadata
 - func (cmd *CreateSpace) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
 - func (cmd *CreateSpace) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
 
- type DeleteSpace
 - func (cmd *DeleteSpace) Execute(c flags.FlagContext) error
 - func (cmd *DeleteSpace) MetaData() commandregistry.CommandMetadata
 - func (cmd *DeleteSpace) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
 - func (cmd *DeleteSpace) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
 
- type DisallowSpaceSSH
 - func (cmd *DisallowSpaceSSH) Execute(fc flags.FlagContext) error
 - func (cmd *DisallowSpaceSSH) MetaData() commandregistry.CommandMetadata
 - func (cmd *DisallowSpaceSSH) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
 - func (cmd *DisallowSpaceSSH) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
 
- type ListSpaces
 - func (cmd *ListSpaces) Execute(c flags.FlagContext) error
 - func (cmd *ListSpaces) MetaData() commandregistry.CommandMetadata
 - func (cmd *ListSpaces) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
 - func (cmd *ListSpaces) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
 
- type RenameSpace
 - func (cmd *RenameSpace) Execute(c flags.FlagContext) error
 - func (cmd *RenameSpace) MetaData() commandregistry.CommandMetadata
 - func (cmd *RenameSpace) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
 - func (cmd *RenameSpace) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
 
- type SSHAllowed
 - func (cmd *SSHAllowed) Execute(fc flags.FlagContext) error
 - func (cmd *SSHAllowed) MetaData() commandregistry.CommandMetadata
 - func (cmd *SSHAllowed) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
 - func (cmd *SSHAllowed) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
 
- type ShowSpace
 - func (cmd *ShowSpace) Execute(c flags.FlagContext) error
 - func (cmd *ShowSpace) MetaData() commandregistry.CommandMetadata
 - func (cmd *ShowSpace) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
 - func (cmd *ShowSpace) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowSpaceSSH ¶
type AllowSpaceSSH struct {
	// contains filtered or unexported fields
}
    func (*AllowSpaceSSH) Execute ¶
func (cmd *AllowSpaceSSH) Execute(fc flags.FlagContext) error
func (*AllowSpaceSSH) MetaData ¶
func (cmd *AllowSpaceSSH) MetaData() commandregistry.CommandMetadata
func (*AllowSpaceSSH) Requirements ¶
func (cmd *AllowSpaceSSH) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
func (*AllowSpaceSSH) SetDependency ¶
func (cmd *AllowSpaceSSH) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
type CreateSpace ¶
type CreateSpace struct {
	// contains filtered or unexported fields
}
    func (*CreateSpace) Execute ¶
func (cmd *CreateSpace) Execute(c flags.FlagContext) error
func (*CreateSpace) MetaData ¶
func (cmd *CreateSpace) MetaData() commandregistry.CommandMetadata
func (*CreateSpace) Requirements ¶
func (cmd *CreateSpace) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
func (*CreateSpace) SetDependency ¶
func (cmd *CreateSpace) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
type DeleteSpace ¶
type DeleteSpace struct {
	// contains filtered or unexported fields
}
    func (*DeleteSpace) Execute ¶
func (cmd *DeleteSpace) Execute(c flags.FlagContext) error
func (*DeleteSpace) MetaData ¶
func (cmd *DeleteSpace) MetaData() commandregistry.CommandMetadata
func (*DeleteSpace) Requirements ¶
func (cmd *DeleteSpace) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
func (*DeleteSpace) SetDependency ¶
func (cmd *DeleteSpace) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
type DisallowSpaceSSH ¶
type DisallowSpaceSSH struct {
	// contains filtered or unexported fields
}
    func (*DisallowSpaceSSH) Execute ¶
func (cmd *DisallowSpaceSSH) Execute(fc flags.FlagContext) error
func (*DisallowSpaceSSH) MetaData ¶
func (cmd *DisallowSpaceSSH) MetaData() commandregistry.CommandMetadata
func (*DisallowSpaceSSH) Requirements ¶
func (cmd *DisallowSpaceSSH) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
func (*DisallowSpaceSSH) SetDependency ¶
func (cmd *DisallowSpaceSSH) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
type ListSpaces ¶
type ListSpaces struct {
	// contains filtered or unexported fields
}
    func (*ListSpaces) Execute ¶
func (cmd *ListSpaces) Execute(c flags.FlagContext) error
func (*ListSpaces) MetaData ¶
func (cmd *ListSpaces) MetaData() commandregistry.CommandMetadata
func (*ListSpaces) Requirements ¶
func (cmd *ListSpaces) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
func (*ListSpaces) SetDependency ¶
func (cmd *ListSpaces) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
type RenameSpace ¶
type RenameSpace struct {
	// contains filtered or unexported fields
}
    func (*RenameSpace) Execute ¶
func (cmd *RenameSpace) Execute(c flags.FlagContext) error
func (*RenameSpace) MetaData ¶
func (cmd *RenameSpace) MetaData() commandregistry.CommandMetadata
func (*RenameSpace) Requirements ¶
func (cmd *RenameSpace) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
func (*RenameSpace) SetDependency ¶
func (cmd *RenameSpace) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
type SSHAllowed ¶
type SSHAllowed struct {
	// contains filtered or unexported fields
}
    func (*SSHAllowed) Execute ¶
func (cmd *SSHAllowed) Execute(fc flags.FlagContext) error
func (*SSHAllowed) MetaData ¶
func (cmd *SSHAllowed) MetaData() commandregistry.CommandMetadata
func (*SSHAllowed) Requirements ¶
func (cmd *SSHAllowed) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
func (*SSHAllowed) SetDependency ¶
func (cmd *SSHAllowed) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
type ShowSpace ¶
type ShowSpace struct {
	// contains filtered or unexported fields
}
    func (*ShowSpace) MetaData ¶
func (cmd *ShowSpace) MetaData() commandregistry.CommandMetadata
func (*ShowSpace) Requirements ¶
func (cmd *ShowSpace) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) ([]requirements.Requirement, error)
func (*ShowSpace) SetDependency ¶
func (cmd *ShowSpace) SetDependency(deps commandregistry.Dependency, pluginCall bool) commandregistry.Command
 Click to show internal directories. 
   Click to hide internal directories.