Skip to content

Commit eb0b23e

Browse files
authored
Merge pull request #2038 from c9s/minor/initialier
2 parents d76726a + 816d35a commit eb0b23e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/types/exchange.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ func ValidExchangeName(a string) (ExchangeName, error) {
7676
return exName, nil
7777
}
7878

79+
type Initializer interface {
80+
Initialize(ctx context.Context) error
81+
}
82+
7983
type ExchangeMinimal interface {
8084
Name() ExchangeName
8185
PlatformFeeCurrency() string

0 commit comments

Comments
 (0)