Documentation
¶
Index ¶
- type PivotalCF
- func (s *PivotalCF) GetActivity() string
- func (s *PivotalCF) GetCredentials() (credentials map[string]map[string][]cfbackup.Properties)
- func (s *PivotalCF) GetHostDetails() tileregistry.TileSpec
- func (s *PivotalCF) GetProducts() (products map[string]cfbackup.Products)
- func (s *PivotalCF) NewArchiveReader(name string) (reader io.Reader)
- func (s *PivotalCF) NewArchiveWriter(name string) (writer io.Writer)
- func (s *PivotalCF) SetActivity(activity string)
- type Plugin
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PivotalCF ¶
type PivotalCF struct {
FakeProducts map[string]cfbackup.Products
FakeCredentials map[string]map[string][]cfbackup.Properties
FakeActivity string
FakeReader io.Reader
FakeWriter io.Writer
FakeHostDetails tileregistry.TileSpec
}
PivotalCF --
func (*PivotalCF) GetCredentials ¶
func (s *PivotalCF) GetCredentials() (credentials map[string]map[string][]cfbackup.Properties)
GetCredentials --
func (*PivotalCF) GetHostDetails ¶
func (s *PivotalCF) GetHostDetails() tileregistry.TileSpec
GetHostDetails --
func (*PivotalCF) GetProducts ¶
GetProducts --
func (*PivotalCF) NewArchiveReader ¶
NewArchiveReader -- fake archive reader
func (*PivotalCF) NewArchiveWriter ¶
NewArchiveWriter -- fake archive writer
type Plugin ¶
type Plugin struct {
Meta cfopsplugin.Meta
}
Plugin -- Here is a real implementation of a plugin
Click to show internal directories.
Click to hide internal directories.