target.go (3 lines of code) (raw):

package k6ctl import "github.com/Azure/k6ctl/internal/target" // Target - k6 run target. type Target = target.Target