예제 #1
0
파일: user.go 프로젝트: dtan4/paus-frontend
func Exists(etcd *store.Etcd, username string) bool {
	return etcd.HasKey("/paus/users/" + username)
}