Skip to content

Commit

Permalink
Update jetstream/options.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
piotrpio and Jarema authored Aug 17, 2023
1 parent 6f4715c commit 1fc2581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetstream/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func IgnoreDeletes() WatchOpt {
})
}

// MetaOnly instructs the key watcher to retrieve only the entry meta data, not the entry value
// MetaOnly instructs the key watcher to retrieve only the entry meta data, not the entry value.
func MetaOnly() WatchOpt {
return watchOptFn(func(opts *watchOpts) error {
opts.metaOnly = true
Expand Down

0 comments on commit 1fc2581

Please sign in to comment.