cmd

package
v0.0.0-...-4cba3a1 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type Config

type Config struct {
	APIKey      string   `json:"api_key"`  // legacy single key
	APIKeys     []string `json:"api_keys"` // preferred multiple keys
	Concurrency int      `json:"concurrency"`
	Output      string   `json:"output"`
	Format      string   `json:"format"` // json or csv or txt
	TimeoutSec  int      `json:"timeout_sec"`
	DelayMs     int      `json:"delay_ms"`
	Retries     int      `json:"retries"`
	Public      bool     `json:"public"`
	Proxy       string   `json:"proxy"`
}

Jump to

Keyboard shortcuts

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