Files
dolt/constants/http.go
2015-12-01 12:39:42 -08:00

10 lines
162 B
Go

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