Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "vacuum"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Nsec string `` /* 168-byte string literal not displayed */
UploadRelay string `arg:"positional,required" json:"-" help:"the relay that will be flooded with all the events pulled from file"`
SourceFile string `arg:"positional,required" json:"-" help:"path to .jsonl file containing events to push to the relay"`
SeckeyHex string `arg:"-" json:"-"` // for internal use
Pause int `` /* 152-byte string literal not displayed */
Skip int `arg:"-s,--skip" help:"number of events to skip for resume"`
}
Click to show internal directories.
Click to hide internal directories.