Update module unistack-org/micro/v3 to v3.2.8 #5

Merged
renovate[bot] merged 2 commits from renovate/all into master 2021-02-10 14:20:44 +03:00
Showing only changes of commit bb96ae8e6c - Show all commits

View File

@ -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
}