diff --git a/static.go b/static.go index a8661b1..fceeb39 100644 --- a/static.go +++ b/static.go @@ -22,6 +22,10 @@ func (s *static) Init(opts ...router.Option) error { return nil } +func (s *static) Name() string { + return s.options.Name +} + func (s *static) Options() router.Options { return s.options }