예제 #1
0
파일: auth.go 프로젝트: rochacon/tsuru
func addKeyInGandalf(key *auth.Key, u *auth.User) error {
	return u.AddKeyGandalf(key)
}