configuration

package
v2.41.1 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsNil

func IsNil(i interface{}) bool

Types

type CertificateConfigurationQuery

type CertificateConfigurationQuery struct {
	IDs         []string `uri:"ids,omitempty" url:"ids,omitempty"`
	PartialName string   `uri:"partialName,omitempty" url:"partialName,omitempty"`
	Skip        int      `uri:"skip,omitempty" url:"skip,omitempty"`
	Take        int      `uri:"take,omitempty" url:"take,omitempty"`
}

type CertificateConfigurationService

type CertificateConfigurationService struct {
	services.Service
}

func NewCertificateConfigurationService

func NewCertificateConfigurationService(sling *sling.Sling, uriTemplate string) *CertificateConfigurationService

type ConfigurationSection

type ConfigurationSection struct {
	Description string `json:"Description,omitempty"`
	Name        string `json:"Name,omitempty"`

	resources.Resource
}

func NewConfigurationSection

func NewConfigurationSection() *ConfigurationSection

type ConfigurationService

type ConfigurationService struct {
	services.Service
	// contains filtered or unexported fields
}

func NewConfigurationService

func NewConfigurationService(sling *sling.Sling, uriTemplate string, versionControlClearCachePath string) *ConfigurationService

func (*ConfigurationService) GetByID

GetByID returns a ConfigurationSection that matches the input ID. If one cannot be found, it returns nil and an error.

type FeaturesConfigurationService

type FeaturesConfigurationService struct {
	services.Service
}

func NewFeaturesConfigurationService

func NewFeaturesConfigurationService(sling *sling.Sling, uriTemplate string) *FeaturesConfigurationService

type LetsEncryptConfigurationService

type LetsEncryptConfigurationService struct {
	services.Service
}

func NewLetsEncryptConfigurationService

func NewLetsEncryptConfigurationService(sling *sling.Sling, uriTemplate string) *LetsEncryptConfigurationService

type MaintenanceConfigurationService

type MaintenanceConfigurationService struct {
	services.Service
}

func NewMaintenanceConfigurationService

func NewMaintenanceConfigurationService(sling *sling.Sling, uriTemplate string) *MaintenanceConfigurationService

type PerformanceConfigurationService

type PerformanceConfigurationService struct {
	services.Service
}

func NewPerformanceConfigurationService

func NewPerformanceConfigurationService(sling *sling.Sling, uriTemplate string) *PerformanceConfigurationService

type ServerConfigurationService

type ServerConfigurationService struct {
	services.Service
	// contains filtered or unexported fields
}

func NewServerConfigurationService

func NewServerConfigurationService(sling *sling.Sling, uriTemplate string, settingsPath string) *ServerConfigurationService

type SmtpConfigurationService

type SmtpConfigurationService struct {
	services.Service
	// contains filtered or unexported fields
}

func NewSmtpConfigurationService

func NewSmtpConfigurationService(sling *sling.Sling, uriTemplate string, isConfiguredPath string) *SmtpConfigurationService

type UpgradeConfigurationService

type UpgradeConfigurationService struct {
	services.Service
}

func NewUpgradeConfigurationService

func NewUpgradeConfigurationService(sling *sling.Sling, uriTemplate string) *UpgradeConfigurationService

Jump to

Keyboard shortcuts

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