Skip to content
Snippets Groups Projects
Commit b054a3ce authored by xujianhai666's avatar xujianhai666
Browse files

rename

parent 38a51873
No related branches found
No related tags found
No related merge requests found
...@@ -25,10 +25,10 @@ import ( ...@@ -25,10 +25,10 @@ import (
type forkingCluster struct{} type forkingCluster struct{}
const fork = "fork" const forking = "forking"
func init() { func init() {
extension.SetCluster(fork, NewForkingCluster) extension.SetCluster(forking, NewForkingCluster)
} }
func NewForkingCluster() cluster.Cluster { func NewForkingCluster() cluster.Cluster {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment