import "github.com/chaos-mesh/chaos-mesh/pkg/selector/aws"
selector.go
type SelectImpl struct{}
func New() *SelectImpl
func (impl *SelectImpl) Select(ctx context.Context, awsSelector *v1alpha1.AWSSelector) ([]*v1alpha1.AWSSelector, error)