dump

package
v0.15.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DumpMMMDB

func DumpMMMDB(cfg *CmdDumpConfig) error

Structure of the dumped JSON dataset:

{
	"version": "v1",
	"metadata": {
		<METADATA>
	},
	"dataset": [
		{
			"network": "<NETWORK>",
			"record": {
				<RECORD>
			}
		}
	]
}

Types

type CmdDumpConfig

type CmdDumpConfig struct {
	InputDatabase string
	OutputFile    string
	Verbose       bool
	JSONPath      string
}

Jump to

Keyboard shortcuts

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