Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteTable ¶
type RouteTable struct {
// contains filtered or unexported fields
}
func NewRegExprRouter ¶
func NewRegExprRouter(caseSensitive bool, rules []*router.TableRule) (*RouteTable, error)
func (*RouteTable) AllRules ¶
func (r *RouteTable) AllRules() ([]router.TableRule, []router.TableRule)
func (*RouteTable) FetchExtendColumn ¶
func (r *RouteTable) FetchExtendColumn(schema, table, source string) ([]string, []string)
Click to show internal directories.
Click to hide internal directories.