Files
2026-07-17 22:35:11 +02:00

16 lines
147 B
Go

package strategies
type XChain struct {
Base
}
type XYChain struct {
Base
}
type XChainLoop struct {
Base
}
type XYChainLoop struct {
Base
}