chore: modify directory structure

This commit is contained in:
Fu Diwei 2025-08-29 10:22:51 +08:00
parent 40a740a604
commit 42190937bf
154 changed files with 160 additions and 160 deletions

View File

@ -3,7 +3,7 @@ package applicant
import (
"github.com/go-acme/lego/v4/challenge"
"github.com/certimate-go/certimate/internal/certapply/providers"
"github.com/certimate-go/certimate/internal/certapply/applicators"
"github.com/certimate-go/certimate/internal/domain"
)
@ -29,12 +29,12 @@ type applicantProviderOptions struct {
}
func createApplicantProvider(options *applicantProviderOptions) (challenge.Provider, error) {
provider, err := providers.ACMEDns01Registries.Get(options.Provider)
provider, err := applicators.ACMEDns01Registries.Get(options.Provider)
if err != nil {
return nil, err
}
return provider(&providers.ProviderFactoryOptions{
return provider(&applicators.ProviderFactoryOptions{
AccessConfig: options.ProviderAccessConfig,
ProviderConfig: options.ProviderServiceConfig,
DnsPropagationWait: options.DnsPropagationWait,

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"github.com/go-acme/lego/v4/challenge"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package applicators
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

View File

@ -1,4 +1,4 @@
package providers
package deployers
import (
"fmt"

Some files were not shown because too many files have changed in this diff Show More