package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Nov 3, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Cleanup(ctx *fiber.Ctx) error
Cleanup delete TXT record
func Present(ctx *fiber.Ctx) error
Present create TXT record
type Request struct {
FQDN string `json:"fqdn"`
Value string `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.