Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupRestorePlugin ¶
type BackupRestorePlugin struct { Meta cfopsplugin.Meta RunCallCount int SpyPivotalCF cfopsplugin.PivotalCF }
BackupRestorePlugin --
func (*BackupRestorePlugin) GetMeta ¶
func (s *BackupRestorePlugin) GetMeta() (meta cfopsplugin.Meta)
GetMeta --
func (*BackupRestorePlugin) Run ¶
func (s *BackupRestorePlugin) Run(pcf cfopsplugin.PivotalCF, args *[]string) (err error)
Run --
type PivotalCF ¶
type PivotalCF struct { FakeProducts map[string]cfbackup.Products FakeCredentials map[string]map[string][]cfbackup.Properties FakeActivity string }
PivotalCF --
func (*PivotalCF) GetCredentials ¶
func (s *PivotalCF) GetCredentials() (credentials map[string]map[string][]cfbackup.Properties)
GetCredentials --
func (*PivotalCF) GetProducts ¶
GetProducts --
Click to show internal directories.
Click to hide internal directories.