initial import
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
const (
|
||||
PathServiceHello = "/service/hello"
|
||||
)
|
||||
|
||||
var (
|
||||
pathRegexp = `{path:[a-zA-Z_][\-a-zA-Z0-9_\/\.%~]+}`
|
||||
fileOperPrefix = "/v3/file"
|
||||
|
||||
PathFileExists = fmt.Sprintf("%s/%s", fileOperPrefix, pathRegexp)
|
||||
)
|
||||
Reference in New Issue
Block a user