package router type ( Opts struct { } RouterContainer struct { } ) func NewRouter(o Opts) *RouterContainer { return &RouterContainer{} }