Exemple #1
0
func Exists(etcd *store.Etcd, username string) bool {
	return etcd.HasKey("/paus/users/" + username)
}