forked from cerc-io/ipld-eth-server
Don't return unexported types
This commit is contained in:
@@ -42,7 +42,7 @@ type builder struct {
|
||||
}
|
||||
|
||||
// Requires populated plugin config
|
||||
func NewPluginBuilder(gc config.Plugin) *builder {
|
||||
func NewPluginBuilder(gc config.Plugin) PluginBuilder {
|
||||
return &builder{
|
||||
GenConfig: gc,
|
||||
tmpVenDirs: make([]string, 0),
|
||||
|
||||
Reference in New Issue
Block a user