Package config

This commit is contained in:
Adrian Gallagher
2017-03-16 14:36:42 +11:00
parent b6c9d64f75
commit 3edf81f48b
24 changed files with 163 additions and 220 deletions

View File

@@ -1,8 +1,12 @@
package main
import (
"github.com/thrasher-/gocryptotrader/config"
)
//IBotExchange : Enforces standard functions for all exchanges supported in gocryptotrader
type IBotExchange interface {
Setup(exch Exchanges)
Setup(exch config.ExchangeConfig)
Start()
SetDefaults()
GetName() string