shithub: furgit

ref: 85f1212724e037e6934203f04a3f6231ac609503
dir: /receivepack/capabilities_defaults.go/

View raw version
package receivepack

import (
	"crypto/rand"
)

func defaultAgent() string {
	return "furgit"
}

func defaultSessionID() string {
	return "furgit-" + rand.Text()
}

func defaultPushCertNonce() string {
	return "furgit-" + rand.Text()
}