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

rename

parent 4d0a8cc6
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment