Update module unistack-org/micro/v3 to v3.2.8 #5
@ -22,6 +22,10 @@ func (s *static) Init(opts ...router.Option) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *static) Name() string {
|
||||||
|
return s.options.Name
|
||||||
|
}
|
||||||
|
|
||||||
func (s *static) Options() router.Options {
|
func (s *static) Options() router.Options {
|
||||||
return s.options
|
return s.options
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user