Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JSON = &jsonProvider{}
JSON json 提供者
Functions ¶
Types ¶
type Provider ¶
type Provider interface {
LoadAll() ([]*Route, error)
Flush(full []*Route, saves []*Route, removes []*Route) error
}
Provider 路由提供者
Click to show internal directories.
Click to hide internal directories.