jdcloud

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	AccessKeyId        string `json:"access_key_id" yaml:"AccessKeyId" xml:"AccessKeyId" env:"JDCLOUD_ACCESS_KEY_ID"`
	AccessKeySecret    string `json:"access_key_secret" yaml:"AccessKeySecret" xml:"AccessKeySecret" env:"JDCLOUD_ACCESS_KEY_SECRET"`
	RegionId           string `json:"region_id" yaml:"regionId" xml:"RegionId" env:"JDCLOUD_REGION_ID"`
	PropagationTimeout int32  `json:"propagation_timeout,omitempty" yaml:"propagation_timeout,omitempty" env:"JDCLOUD_PROPAGATION_TIMEOUT"`
	TTL                int32  `json:"ttl,omitempty" yaml:"ttl,omitempty" xml:"TTL,omitempty" env:"JDCLOUD_TTL"`
}

type Provider

type Provider struct {
	Config *Config
}

func (*Provider) NewChallengeProvider

func (p *Provider) NewChallengeProvider() (challenge.Provider, error)

func (*Provider) WithEnvConfig

func (d *Provider) WithEnvConfig() error

Source Files

  • provider.go

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL