mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-04 18:49:00 -06:00
9 lines
135 B
Go
9 lines
135 B
Go
package constants
|
|
|
|
const (
|
|
RootPath = "/root/"
|
|
RefPath = "/ref/"
|
|
GetRefsPath = "/getRefs/"
|
|
PostRefsPath = "/postRefs/"
|
|
)
|