clean up
This commit is contained in:
10
weed/mq/broker/brokder_grpc_admin.go
Normal file
10
weed/mq/broker/brokder_grpc_admin.go
Normal file
@@ -0,0 +1,10 @@
|
||||
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")
|
||||
}
|
||||
Reference in New Issue
Block a user