diff --git a/control/rule.go b/control/rule.go index 53ec1f4b..60f9557e 100644 --- a/control/rule.go +++ b/control/rule.go @@ -29,8 +29,8 @@ type Control struct { options Options } -// new returns Manager with settings. -func new(service string, o *Options) *Control { +// newctrl returns Manager with settings. +func newctrl(service string, o *Options) *Control { m := &Control{service: service, options: func() Options { if o == nil {