diff options
| author | chrislu <chris.lu@gmail.com> | 2024-09-29 10:38:22 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-09-29 10:38:22 -0700 |
| commit | ec30a504bae6cad75f859964e14c60d39cc43709 (patch) | |
| tree | 1a93cdc9d604b78ddce854009083b6af121c5137 /weed/shell/command_mq_topic_configure.go | |
| parent | 9cd263b2cec3ba40623d4738c453818b0f3b079b (diff) | |
| download | seaweedfs-ec30a504bae6cad75f859964e14c60d39cc43709.tar.xz seaweedfs-ec30a504bae6cad75f859964e14c60d39cc43709.zip | |
refactor
Diffstat (limited to 'weed/shell/command_mq_topic_configure.go')
| -rw-r--r-- | weed/shell/command_mq_topic_configure.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_mq_topic_configure.go b/weed/shell/command_mq_topic_configure.go index 88b1cf2ba..9342c8604 100644 --- a/weed/shell/command_mq_topic_configure.go +++ b/weed/shell/command_mq_topic_configure.go @@ -29,7 +29,7 @@ func (c *commandMqTopicConfigure) Help() string { ` } -func (c *commandMqTopicConfigure) IsResourceHeavy() bool { +func (c *commandMqTopicConfigure) HasTag(CommandTag) bool { return false } |
