seed

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitDB

func InitDB(cfgPath string)

func Seed

func Seed()

Node struct removed - using direct DB inserts instead of in-memory accumulation

Types

type ParentNode

type ParentNode struct {
	ID   string `json:"id"`
	Path string `json:"path"`
}

ParentNode represents a parent node from the DB for child generation

type ParentNodeWithExistence

type ParentNodeWithExistence struct {
	ID           string
	Path         string
	ExistenceMap tables.SecondaryExistenceMap
}

ParentNodeWithExistence represents a parent node with its secondary table existence map

Jump to

Keyboard shortcuts

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