Home
last modified time | relevance | path

Searched refs:GetAllByTags (Results 1 – 5 of 5) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/transip/gotransip/v6/domain/
H A Drepository.go24 func (r *Repository) GetAllByTags(tags []string) ([]Domain, error) { func
H A Drepository_test.go180 all, err := repo.GetAllByTags([]string{"customTag"})
/dports/net/traefik/traefik-2.6.1/vendor/github.com/transip/gotransip/v6/domain/
H A Drepository.go24 func (r *Repository) GetAllByTags(tags []string) ([]Domain, error) { func
/dports/security/lego/lego-4.5.3/vendor/github.com/transip/gotransip/v6/vps/
H A Drepository.go30 func (r *Repository) GetAllByTags(tags []string) ([]Vps, error) { func
H A Drepository_test.go107 all, err := repo.GetAllByTags([]string{"customTag"})