Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PathsService ¶
type PathsService interface {
IsSafe(p util.AbsolutePath) (bool, error)
}
func CreatePathsService ¶
func CreatePathsService(base util.AbsolutePath, log logging.Logger) PathsService
Click to show internal directories.
Click to hide internal directories.