Documentation ¶
Index ¶
- type PivotalCF
- func (s *PivotalCF) GetActivity() string
- func (s *PivotalCF) GetHostDetails() tileregistry.TileSpec
- func (s *PivotalCF) GetInstallationSettings() cfbackup.InstallationSettings
- func (s *PivotalCF) NewArchiveReader(name string) (reader io.ReadCloser, err error)
- func (s *PivotalCF) NewArchiveWriter(name string) (writer io.WriteCloser, err error)
- 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 { FakeActivity string FakeReader io.ReadCloser FakeWriter io.WriteCloser FakeHostDetails tileregistry.TileSpec FakeInstallationSettings cfbackup.InstallationSettings }
PivotalCF --
func (*PivotalCF) GetHostDetails ¶
func (s *PivotalCF) GetHostDetails() tileregistry.TileSpec
GetHostDetails --
func (*PivotalCF) GetInstallationSettings ¶
func (s *PivotalCF) GetInstallationSettings() cfbackup.InstallationSettings
GetInstallationSettings --
func (*PivotalCF) NewArchiveReader ¶
func (s *PivotalCF) NewArchiveReader(name string) (reader io.ReadCloser, err error)
NewArchiveReader -- fake archive reader
func (*PivotalCF) NewArchiveWriter ¶
func (s *PivotalCF) NewArchiveWriter(name string) (writer io.WriteCloser, err error)
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.