Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseInput ¶
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
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.