app

package
v0.0.0-...-769d336 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	// contains filtered or unexported fields
}

func New

func New(cfg Config) (*App, error)

func (*App) Run

func (a *App) Run() error

func (*App) Serve

func (a *App) Serve(listener net.Listener) error

type Config

type Config struct {
	ListenAddr      string
	Debug           bool
	TargetPaths     []string
	ReferencePaths  []string
	Recursive       bool
	RefreshMetadata bool
	Workers         int
	BatchSize       int
}

Jump to

Keyboard shortcuts

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