Welcome to mirror list, hosted at ThFree Co, Russian Federation.

common.go « praefect « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a09a292adaef77047414b459d41af3ad6a837bfc (plain)
1
2
3
4
5
6
package praefect

// logging keys to use with logrus WithField
const (
	logKeyProjectPath = "ProjectPath"
)