# Functions
No description provided by the author
No description provided by the author
No description provided by the author
ElementsMatchSkipID asserts that the elements match, skipping any field with name "ID".
ElementsMatchSkipIDAndHostCount asserts that the elements match, skipping any field with name "ID" or "HostCount".
ElementsMatchSkipTimestampsID asserts that the elements match, skipping any field with name "ID", "CreatedAt", and "UpdatedAt".
ElementsMatchWithOptions wraps the assert.ElementsMatch function with additional options as provided by the cmp package.
EqualSkipTimestampsID asserts that the structs are equal, skipping any field with name "ID", "CreatedAt", and "UpdatedAt".
FunctionName returns the name of the function provided as the argument.
HostContext returns a new context with the provided host as the device-authenticated host.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
QueriesMatch asserts that two queries 'match'.
QueryElementsMatch asserts that two queries slices match.
Quiet returns a wrapper around testing.T that silences Logf calls.
UserContext returns a new context with the provided user as the viewer.
WithComputerName sets the ComputerName in NewHost.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
NewHostOption is an Option for the NewHost function.