Home
last modified time | relevance | path

Searched refs:LicenseRepository (Results 1 – 4 of 4) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/transip/gotransip/v6/vps/
H A Dlicense.go11 type LicenseRepository repository.RestRepository type
116 func (r *LicenseRepository) GetAll(vpsName string) (Licenses, error) {
127 func (r *LicenseRepository) Order(vpsName string, order LicenseOrder) error {
137 func (r *LicenseRepository) Replace(vpsName string, request ReplaceLicenseRequest) error {
146 func (r *LicenseRepository) Cancel(vpsName string, licenseID int64) error {
H A Dlicense_test.go14 repo := LicenseRepository{Client: *client}
53 repo := LicenseRepository{Client: *client}
66 repo := LicenseRepository{Client: *client}
79 repo := LicenseRepository{Client: *client}
/dports/audio/ampache/ampache-php74-5.0.0/src/Repository/
H A Dservice_definition.php35 LicenseRepositoryInterface::class => autowire(LicenseRepository::class),
H A DLicenseRepository.php28 final class LicenseRepository implements LicenseRepositoryInterface class