Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExistentPaths ¶
func ExistentPaths() []string
ExistentPaths возвращает список существующих путей.
func IsExistPath ¶
IsExistPath возвращает true, если в приложении существует передаваемый путь. Иначе - false.
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
func MustCreate ¶
MustCreate конструктор для маршрутизатора.
func (*Router) AssignPathsToHandlers ¶
AssignPathsToHandlers прикрепляет обработчики к зарегистрированным на них путям. При необходимости регистрирует пути для профилировщика.
Click to show internal directories.
Click to hide internal directories.