pg

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2026 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Overview

Package pg ...

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:  "pg",
	Args: cobra.ExactArgs(1),
	Run: func(cmd *cobra.Command, args []string) {
		configPath := args[0]
		if err := runPGImport(cmd.Context(), configPath); err != nil {
			log.Error().Err(err).Msg("Failed to run pg import")
			os.Exit(1)
		}
	},
}

Cmd is the command for running PG import.

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