descriptors

package
v4.20.2 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	Credentials map[string]string
	Additional  map[string]string
}
type Links struct {
	API      string
	GoClient string
}

type Provider

type Provider struct {
	Name          string         // Real name of the DNS provider
	Code          string         // DNS code
	Aliases       []string       // DNS code aliases (for compatibility/deprecation)
	Since         string         // First lego version
	URL           string         // DNS provider URL
	Description   string         // Provider summary
	Example       string         // CLI example
	Configuration *Configuration // Environment variables
	Links         *Links         // Links
	Additional    string         // Extra documentation
	GeneratedFrom string         // Source file
}

type Providers

type Providers struct {
	Providers []Provider
}

func GetProviderInformation

func GetProviderInformation(root string) (*Providers, error)

GetProviderInformation extract provider information from TOML description files.

Jump to

Keyboard shortcuts

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