package
2.7.1+incompatible
Repository: https://github.com/brian1917/workloader.git
Documentation: pkg.go.dev

# Functions

ClearBOM returns an io.Reader that will skip over initial UTF-8 byte order marks.
GetDefaultPCE reads the PCE information from the JSON generated by the login command.
GetPCEbyName gets a PCE by it's provided name.
GetServicePortsCSV returns port proto list from a CSV.
GetServicePortsPCE returns PortProto list and PortRangeProto for use in a traffic query from a service object in the PCE.
Log writes to the Workloader logger.
LogAPIResp will log the HTTP Requset, Request Header, Response Status Code, and Response Body The callType should be the name of call: GetAllLabels, GetAllWorkloads, etc.
LogOutDesc returns the text of the logout command based on runtime.
NewLog writes to the Workloader logger.
RootTemplate returns the root usage template.
SRootCmdTemplate returns the usage template for sub root commands.
SubCmdTemplate returns the usage template used for all subcommands.
WriteOutput will write the CSV and/or stdout data based on the viper configuration.

# Variables

Logger is the global logger for Workloader.