forked from cerc-io/ipld-eth-server
Add rendering of available transformer names to continuousLogSync help (#109)
This commit is contained in:
@@ -31,3 +31,37 @@ var (
|
||||
VatTuneLabel = "vatTune"
|
||||
VowFlogLabel = "vowFlog"
|
||||
)
|
||||
|
||||
func AllTransformerLabels() []string {
|
||||
return []string{
|
||||
BiteLabel,
|
||||
CatFileChopLumpLabel,
|
||||
CatFileFlipLabel,
|
||||
CatFilePitVowLabel,
|
||||
DealLabel,
|
||||
DentLabel,
|
||||
DripDripLabel,
|
||||
DripFileIlkLabel,
|
||||
DripFileRepoLabel,
|
||||
DripFileVowLabel,
|
||||
FlapKickLabel,
|
||||
FlipKickLabel,
|
||||
FlopKickLabel,
|
||||
FrobLabel,
|
||||
PitFileDebtCeilingLabel,
|
||||
PitFileIlkLabel,
|
||||
PitFileStabilityFeeLabel,
|
||||
PriceFeedLabel,
|
||||
TendLabel,
|
||||
VatFluxLabel,
|
||||
VatFoldLabel,
|
||||
VatGrabLabel,
|
||||
VatHealLabel,
|
||||
VatInitLabel,
|
||||
VatMoveLabel,
|
||||
VatSlipLabel,
|
||||
VatTollLabel,
|
||||
VatTuneLabel,
|
||||
VowFlogLabel,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user