verifications

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DirectCmd = &cobra.Command{
	Use:   "direct",
	Short: "Get domain verifications",
	Long:  "Retrieve a list of pending and completed domain verifications.",
	Run: func(cmd *cobra.Command, args []string) {
		payload, err := json.Marshal(directBody(cmd))
		if err != nil {
			log.Fatal(err)
		}
		r, err := api.Request().V2GetDomainVerificationsDIRECTWithBodyWithResponse(context.TODO(), "application/json", bytes.NewReader(payload))
		if err != nil {
			log.Fatal(err)
		}

		output.Format(cmd, r.Body, r.StatusCode())
	},
}
View Source
var GroupCmd = &cobra.Command{
	Use:   "verifications",
	Short: "Verifications commands",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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