13 lines
134 B
Go
13 lines
134 B
Go
package strategies
|
|
|
|
type LockedPair struct {
|
|
Base
|
|
}
|
|
|
|
type LockedCandidateT1 struct {
|
|
Base
|
|
}
|
|
type LockedCandidateT2 struct {
|
|
Base
|
|
}
|