shithub: furgit

ref: d2d3ce370816d178cc0beb4271123ee37d07657c
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()
}