improve DrandConfig dependency injection

This commit is contained in:
Yusef Napora
2020-06-23 16:01:10 -04:00
parent 99d3571772
commit b448de422e
7 changed files with 42 additions and 32 deletions
+6
View File
@@ -0,0 +1,6 @@
package dtypes
type DrandConfig struct {
Servers []string
ChainInfoJSON string
}