Files
dolt/go/constants/http.go

14 lines
325 B
Go

// Copyright 2016 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
package constants
const (
RootPath = "/root/"
GetRefsPath = "/getRefs/"
HasRefsPath = "/hasRefs/"
WriteValuePath = "/writeValue/"
BasePath = "/"
)