mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-05-06 22:57:49 +08:00
11 lines
265 B
Go
11 lines
265 B
Go
![]() |
package broker
|
||
|
|
||
|
import (
|
||
|
"context"
|
||
|
"github.com/chrislusf/seaweedfs/weed/pb/mq_pb"
|
||
|
)
|
||
|
|
||
|
func (broker *MessageQueueBroker) FindBrokerLeader(c context.Context, request *mq_pb.FindBrokerLeaderRequest) (*mq_pb.FindBrokerLeaderResponse, error) {
|
||
|
panic("implement me")
|
||
|
}
|