Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractParamsFromPath ¶
ExtractParamsFromPath extracts the parameters from a path.
Types ¶
type HandlerPath ¶
func SplitHandlerPath ¶
func SplitHandlerPath(handlerPath string) HandlerPath
func (HandlerPath) FuncName ¶
func (h HandlerPath) FuncName() string
func (HandlerPath) Handler ¶
func (h HandlerPath) Handler() string
func (HandlerPath) PackageName ¶
func (h HandlerPath) PackageName() string
func (HandlerPath) PackagePath ¶
func (h HandlerPath) PackagePath() string
Click to show internal directories.
Click to hide internal directories.