validation

package
v0.37.1 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const ProviderType = "google-clouddns"

ProviderType is the type code for the Google Cloud DNS provider.

Variables

This section is empty.

Functions

func NewAdapter

func NewAdapter() provider.DNSHandlerAdapter

NewAdapter creates a new DNSHandlerAdapter for the Google Cloud DNS provider.

Types

type LightCredentialsFile

type LightCredentialsFile struct {
	Type string `json:"type"`

	// Service Account fields
	ClientEmail  string `json:"client_email"`
	PrivateKeyID string `json:"private_key_id"`
	ProjectID    string `json:"project_id"`
}

LightCredentialsFile represents a minimal set of fields required for Google Cloud DNS service account credentials.

func ValidateServiceAccountJSON

func ValidateServiceAccountJSON(data []byte) (LightCredentialsFile, error)

Jump to

Keyboard shortcuts

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