cleanup

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cleanup = &cobra.Command{
	Use:   "cleanup",
	Short: "",
	RunE: func(cmd *cobra.Command, args []string) error {
		err := DoCleanupAccordingE2E()
		if err != nil {
			err = fmt.Errorf("[Cleanup] %s", err)
			return err
		}
		return nil
	},
}

Functions

func DoCleanupAccordingE2E

func DoCleanupAccordingE2E() error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL