Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PathMapping ¶
type PathMapping struct{}
PathMapping is a simple key store for class and proxy class mapping
func (*PathMapping) Has ¶
func (p *PathMapping) Has(path string) bool
Has check if the path mapping exist
func (*PathMapping) Set ¶
func (p *PathMapping) Set(path string, originalPath string)
Set a path mapping
Click to show internal directories.
Click to hide internal directories.