# Functions
AllNodes returns all the nodes on the server.
AllNodeStatuses returns all node status reports on the server, from all nodes.
Count returns a count of all nodes on this server.
DeleteNodeStatusesByAge deletes node status older than the given duration.
DoesExist checks if the node in question exists or not.
Get a node.
GetFromEnv returns all nodes that belong to the given environment.
GetList gets a list of the nodes on this server.
GetMulti gets multiple nodes from a given slice of node names.
GetNodesByStatus returns the nodes that currently have the given status.
ImportStatus is used by the import function to import node statuses from the exported JSON dump.
New makes a new node.
NewFromJSON creates a new node from the uploaded JSON.
UnseenNodes returns all nodes that have not sent status reports for a while.
# Structs
Node is a basic Chef node, holding the run list and attributes of the node.
NodeStatus records a node's status at a particular time.
# Type aliases
No description provided by the author