add chain.Chainable interface
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
package chain
|
||||
|
||||
type Chainable interface {
|
||||
WithChain(chain *Chain)
|
||||
}
|
||||
|
||||
type Chain struct {
|
||||
groups []*NodeGroup
|
||||
}
|
||||
|
Reference in New Issue
Block a user