package
0.2.0
Repository: https://github.com/run-x/cloudgrep.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

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
AssertResourceCount asserts that there is a specific number of given resources with the "test" tag.
No description provided by the author
FetchAll pulls all resources from `f` over the passed channel, returning the resources as a slice.
FilterFunc filters a slice based on the predicate function.
FuncSignature returns the signature of a function as a string, useful for error messages.
JSONBytesEqual compares the JSON in two byte slices.
MustFetchAll is like FetchAll, but fatals the running test if there is an error during fetching.
ResourceFilterTagKey filters a slice of model.Resources based on a given tag key being present on that resource.
ResourceFilterTagKey filters a slice of model.Resources based on a given tag key/value pair being present on that resource.
No description provided by the author
TypeStr is a convenience function to get the fully qualified type identifier for a value.
Unique returns a new slice with duplicate elements removed and the order preserved.

# Constants

No description provided by the author

# Structs

No description provided by the author

# Interfaces

TestingTB is an interface wrapper around testing.TB reduced to what the funcs in testingutil need (to assist with tesing this package).