rtypeinfo

package
v4.30.0 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsModernType

func IsModernType(t string) bool

IsModernType returns true if the given record type is implemented in the new ("Modern") way. (i.e. uses the RecordConfig .F field to store the record's rdata).

This does NOT rely on .F, which makes this function useful before the RecordConfig is fully populated.

NOTE: Do not confuse this with RecordConfig.IsModernType() which provides similar functionality. The difference is that this function receives the type as a string, while RecordConfig.IsModernType() is a method on RecordConfig that reveals if that specific RecordConfig instance is modern.

FUTURE(tlim): Once all record types have been migrated to use ".F", this function can be removed.

Types

This section is empty.

Jump to

Keyboard shortcuts

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