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