Files
dolt/constants/http.go
2015-09-24 11:06:50 -07:00

9 lines
135 B
Go

package constants
const (
RootPath = "/root/"
RefPath = "/ref/"
GetRefsPath = "/getRefs/"
PostRefsPath = "/postRefs/"
)