Home
last modified time | relevance | path

Searched defs:ErrFilePathInvalid (Results 1 – 1 of 1) sorted by relevance

/dports/www/gitea/gitea-1.16.5/models/
H A Derror.go502 type ErrFilePathInvalid struct { struct
503 Message string
504 Path string
505 Name string
506 Type git.EntryMode
515 func (err ErrFilePathInvalid) Error() string {