package
0.0.9
Repository: https://github.com/konstructio/dropkick.git
Documentation: pkg.go.dev

# Functions

AssertEqual is a helper function to compare two values.
AssertEqualf is a helper function to compare two values with a custom format.
AssertErrorEqual is a helper function to compare two errors.
AssertError is a helper function to check if an error is not nil.
AssertNoError is a helper function to check if an error is nil.
AssertNoErrorf is a helper function to check if an error is nil with a custom format.
InjectIntoSlice is a helper function to inject a slice into another slice.
ParseParamNumber is a helper function to parse a number from a map of parameters.

# Structs

MockCivo is a mock implementation of the Civoer interface.