예제 #1
0
파일: peer.go 프로젝트: therob3000/decloud
func peerDBPath() string {
	return util.AppDir() + "/peer-diskv.db"
}
예제 #2
0
파일: rep.go 프로젝트: therob3000/decloud
func sqliteDBPath() string {
	return util.AppDir() + "/rep-sqlite.db"
}
예제 #3
0
파일: peer.go 프로젝트: therob3000/decloud
func addrDBPath() string {
	return util.AppDir() + "/peer-addrs-diskv.db"
}