domainteardown

package
v1.7.8 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package domainteardown defines the durable state shared by domain deletion, sender-identity convergence, and the public deletion receipt.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Receipt

type Receipt struct {
	Incarnation string
	State       State
}

Receipt identifies one deleted domain registration. Incarnation is the deleted row's verification token: immutable for that registration and replaced on re-registration, so keyed retries can safely follow the old teardown without acting on a same-name replacement.

type State

type State string

State is an open-set value at the HTTP boundary. The server currently persists these three values; clients must treat unknown future values as not confirmed.

const (
	Confirmed    State = "confirmed"
	Pending      State = "pending"
	ManualReview State = "manual_review"
)

Jump to

Keyboard shortcuts

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