package
1.11.0
Repository: https://github.com/puppetlabs/go-pe-client.git
Documentation: pkg.go.dev

# Functions

InitHistoryFile ...
ParseInput is used to split the users entered query into the relevant parts and returns each part as a string For example "nodes ["=", "certname", "jenkins-compose.example.net"] Limit=5 Offset=10" Would return "nodes" "["=", "certname", "jenkins-compose.example.net"]" "Limit=5 Offset=10" "nodes", "nodes Limit=10 OrderBy={field: "certname", order: "asc"}", "nodes []", "nodes ["=", "certname", "jenkins-compose.example.net"]" are all accepted by this func.
PrintString ...
ReadHistory ...
WriteHistory ...