Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package strategies
|
||||
|
||||
type XChain struct {
|
||||
Base
|
||||
}
|
||||
type XYChain struct {
|
||||
Base
|
||||
}
|
||||
|
||||
type XChainLoop struct {
|
||||
Base
|
||||
}
|
||||
type XYChainLoop struct {
|
||||
Base
|
||||
}
|
||||
Reference in New Issue
Block a user