Skip to content

Commit

Permalink
Cleanup unused
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmoyne committed Aug 8, 2023
1 parent d3a2e1f commit 0cb75cd
Showing 1 changed file with 63 additions and 68 deletions.
131 changes: 63 additions & 68 deletions cli/stream_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,74 +56,69 @@ type streamCmd struct {
showAll bool
acceptDefaults bool

destination string
subjects []string
ack bool
storage string
maxMsgLimit int64
maxMsgPerSubjectLimit int64
maxBytesLimitString string
maxBytesLimit int64
maxAgeLimit string
maxMsgSizeString string
maxMsgSize int64
maxConsumers int
reportSortConsumers bool
reportSortMsgs bool
reportSortName bool
reportSortReverse bool
reportSortStorage bool
reportSort string
reportRaw bool
reportLimitCluster string
reportLeaderDistrib bool
discardPolicy string
validateOnly bool
backupDirectory string
showProgress bool
healthCheck bool
snapShotConsumers bool
dupeWindow string
replicas int64
placementCluster string
placementTags []string
placementClusterSet bool
placementTagsSet bool
peerName string
sources []string
mirror string
interactive bool
purgeKeep uint64
purgeSubject string
purgeSequence uint64
description string
subjectTransformSource string
subjectTransformSourceSet bool
subjectTransformDest string
subjectTransformDestSet bool
noSubjectTransform bool
repubSource string
repubSourceSet bool
repubDest string
repubDestSet bool
repubHeadersOnly bool
repubHeadersOnlySet bool
noRepub bool
allowRollup bool
allowRollupSet bool
denyDelete bool
denyDeleteSet bool
denyPurge bool
denyPurgeSet bool
allowDirect bool
allowDirectSet bool
allowMirrorDirect bool
allowMirrorDirectSet bool
discardPerSubj bool
discardPerSubjSet bool
showStateOnly bool
metadata map[string]string
metadataIsSet bool
destination string
subjects []string
ack bool
storage string
maxMsgLimit int64
maxMsgPerSubjectLimit int64
maxBytesLimitString string
maxBytesLimit int64
maxAgeLimit string
maxMsgSizeString string
maxMsgSize int64
maxConsumers int
reportSortConsumers bool
reportSortMsgs bool
reportSortName bool
reportSortReverse bool
reportSortStorage bool
reportSort string
reportRaw bool
reportLimitCluster string
reportLeaderDistrib bool
discardPolicy string
validateOnly bool
backupDirectory string
showProgress bool
healthCheck bool
snapShotConsumers bool
dupeWindow string
replicas int64
placementCluster string
placementTags []string
placementClusterSet bool
placementTagsSet bool
peerName string
sources []string
mirror string
interactive bool
purgeKeep uint64
purgeSubject string
purgeSequence uint64
description string
subjectTransformSource string
subjectTransformDest string
noSubjectTransform bool
repubSource string
repubDest string
repubHeadersOnly bool
noRepub bool
allowRollup bool
allowRollupSet bool
denyDelete bool
denyDeleteSet bool
denyPurge bool
denyPurgeSet bool
allowDirect bool
allowDirectSet bool
allowMirrorDirect bool
allowMirrorDirectSet bool
discardPerSubj bool
discardPerSubjSet bool
showStateOnly bool
metadata map[string]string
metadataIsSet bool
compression string
firstSeq uint64

Expand Down

0 comments on commit 0cb75cd

Please sign in to comment.