16 lines
147 B
Go
16 lines
147 B
Go
package strategies
|
|
|
|
type XChain struct {
|
|
Base
|
|
}
|
|
type XYChain struct {
|
|
Base
|
|
}
|
|
|
|
type XChainLoop struct {
|
|
Base
|
|
}
|
|
type XYChainLoop struct {
|
|
Base
|
|
}
|