@@ -2468,7 +2468,7 @@ func (s *API) DeleteCron(req *DeleteCronRequest, opts ...scw.RequestOption) (*Cr
24682468 return & resp , nil
24692469}
24702470
2471- // ListDomains: List all domain name bindings in a specified region.
2471+ // ListDomains: List all custom domains in a specified region.
24722472func (s * API ) ListDomains (req * ListDomainsRequest , opts ... scw.RequestOption ) (* ListDomainsResponse , error ) {
24732473 var err error
24742474
@@ -2507,7 +2507,7 @@ func (s *API) ListDomains(req *ListDomainsRequest, opts ...scw.RequestOption) (*
25072507 return & resp , nil
25082508}
25092509
2510- // GetDomain: Get a domain name binding for the container with the specified ID.
2510+ // GetDomain: Get a custom domain for the container with the specified ID.
25112511func (s * API ) GetDomain (req * GetDomainRequest , opts ... scw.RequestOption ) (* Domain , error ) {
25122512 var err error
25132513
@@ -2538,7 +2538,7 @@ func (s *API) GetDomain(req *GetDomainRequest, opts ...scw.RequestOption) (*Doma
25382538 return & resp , nil
25392539}
25402540
2541- // CreateDomain: Create a domain name binding for the container with the specified ID.
2541+ // CreateDomain: Create a custom domain for the container with the specified ID.
25422542func (s * API ) CreateDomain (req * CreateDomainRequest , opts ... scw.RequestOption ) (* Domain , error ) {
25432543 var err error
25442544
@@ -2570,7 +2570,7 @@ func (s *API) CreateDomain(req *CreateDomainRequest, opts ...scw.RequestOption)
25702570 return & resp , nil
25712571}
25722572
2573- // DeleteDomain: Delete the domain name binding with the specific ID.
2573+ // DeleteDomain: Delete the custom domain with the specific ID.
25742574func (s * API ) DeleteDomain (req * DeleteDomainRequest , opts ... scw.RequestOption ) (* Domain , error ) {
25752575 var err error
25762576
0 commit comments