package
0.0.0-20230321075156-936a01b856ee
Repository: https://github.com/redhatinsights/insights-operator-controller.git
Documentation: pkg.go.dev

# Functions

GetClusterName returns a string in the format "00000000-0000-0000-0000-num" where num is padded with trailing zeros until it has a length of 12 char.
NewDataGenerator provides an instance of Factory type, allowing access to methods for creating dummy data for tests Insert the same dbDriver and storageSpecification you expect to use in your test to have meaningful and coherent tests.

# Structs

DataGenerator is a wrapper for the Storage type providing methods to insert dummy data into the database, instantiate with NewFactory(..).