mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 04:11:34 +08:00
lint
This commit is contained in:
@@ -34,7 +34,7 @@ func (manager *LocalTopicManager) AddTopicPartition(topic Topic, localPartition
|
||||
localTopic.Partitions = append(localTopic.Partitions, localPartition)
|
||||
}
|
||||
|
||||
// GetTopic gets a topic from the local topic manager
|
||||
// GetTopicPartition gets a topic from the local topic manager
|
||||
func (manager *LocalTopicManager) GetTopicPartition(topic Topic, partition Partition) *LocalPartition {
|
||||
localTopic, ok := manager.topics.Get(topic.String())
|
||||
if !ok {
|
||||
|
Reference in New Issue
Block a user