mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 19:09:34 -06:00
10 lines
162 B
Go
10 lines
162 B
Go
package constants
|
|
|
|
const (
|
|
RootPath = "/root/"
|
|
RefPath = "/ref/"
|
|
GetHasPath = "/getHas/"
|
|
GetRefsPath = "/getRefs/"
|
|
PostRefsPath = "/postRefs/"
|
|
)
|