dogecloud

package
v0.3.21 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SSLManagerProvider

type SSLManagerProvider struct {
	// contains filtered or unexported fields
}

func NewSSLManagerProvider

func NewSSLManagerProvider(config *SSLManagerProviderConfig) (*SSLManagerProvider, error)

func (*SSLManagerProvider) SetLogger

func (m *SSLManagerProvider) SetLogger(logger *slog.Logger)

func (*SSLManagerProvider) Upload

func (m *SSLManagerProvider) Upload(ctx context.Context, certPEM string, privkeyPEM string) (*core.SSLManageUploadResult, error)

type SSLManagerProviderConfig

type SSLManagerProviderConfig struct {
	// 多吉云 AccessKey。
	AccessKey string `json:"accessKey"`
	// 多吉云 SecretKey。
	SecretKey string `json:"secretKey"`
}

Jump to

Keyboard shortcuts

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