Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogsTarProvider ¶
type LogsTarProvider interface { Get(logType string, filters []string) (string, error) CleanUp(path string) error }
func NewLogsTarProvider ¶
func NewLogsTarProvider( compressor boshcmd.Compressor, copier boshcmd.Copier, settingsDir boshdirs.Provider) LogsTarProvider
Click to show internal directories.
Click to hide internal directories.