basic functions working
This commit is contained in:
parent
abc6159044
commit
ffeeae5702
22 changed files with 420 additions and 129 deletions
|
|
@ -10,6 +10,8 @@ var (
|
|||
|
||||
RawPrefix = "/raw"
|
||||
IndexPrefix = "/index"
|
||||
UploadPrefix = "/upload"
|
||||
NewPrefix = "/new"
|
||||
MovePrefix = "/move"
|
||||
DeletePrefix = "/delete"
|
||||
|
||||
|
|
|
|||
|
|
@ -18,9 +18,9 @@ type Result struct {
|
|||
}
|
||||
|
||||
type Path struct {
|
||||
Name string
|
||||
Abs string
|
||||
Indexed bool
|
||||
Name string
|
||||
Abs string
|
||||
Flag bool
|
||||
}
|
||||
|
||||
type Paths []Path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue