types.go | |
---|---|
|
|
Documentation in literate-programming-style is available at: https://redhatinsights.github.io/insights-results-aggregator-cleaner/packages/types.html |
|
Definition of custom data types used by this tool. |
|
ClusterName represents name of cluster in format c8590f31-e97e-4b85-b506-c45ce1911a12 (it must be proper UUID). |
|
ClusterList represents a list of cluster names/ids (see ClusterName data type declared above) |
|
TableAndKey represents a key for given table used by cleanup process. Each row is deleted by specifying table name and a key |
|
Summary represents summary info to be displayed in a table after cleanup part |
|
CliFlags represents structure holding all command line arguments and flags. |
|