diff --git a/proxy/direct.go b/proxy/direct.go index 219ae93..01cb1b6 100755 --- a/proxy/direct.go +++ b/proxy/direct.go @@ -15,7 +15,9 @@ type Direct struct { } func NewDirect() *Direct { - return &Direct{} + return &Direct{ + Base: &Base{}, + } } func (d *Direct) Type() string {