Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ASCIIArt ¶
func ASCIIArt()
ASCIIArt simple visual printing of the logo in terminal. Ran immediately in main hence exported
func RunInTerminal ¶
func RunInTerminal(fv FlagArguments)
RunInTerminal is the function that will handle the work when the program is called from terminal
func ZmqServer ¶
func ZmqServer(port int)
ZmqServer for receiving the zmq packets over port 5515 by default. It first waits for a 1 to be able to acknowledge thatt it is ready to receive a job. It parses the data from json. This loops until it receives a kill from client. format for request:
{ "TargetURL": "http://www.website.com/", "HardLimit": 1000, "DomainScope": "website", "NWorkers": 10, }
param:
- port as int
Types ¶
Click to show internal directories.
Click to hide internal directories.