Documentation ¶ Index ¶ func FindIface(only []string, skip []string) []string func GoRetryCtx(ctx context.Context, times int, waitBase time.Duration, ...) <-chan error func RunCommand(name string, arg ...string) (output string, exitCode int, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FindIface ¶ func FindIface(only []string, skip []string) []string func GoRetryCtx ¶ added in v0.4.0 func GoRetryCtx(ctx context.Context, times int, waitBase time.Duration, f func(ctx context.Context) error) <-chan error func RunCommand ¶ added in v0.2.13 func RunCommand(name string, arg ...string) (output string, exitCode int, err error) Types ¶ This section is empty. Source Files ¶ View all Source files utils.go Click to show internal directories. Click to hide internal directories.