示例#1
0
文件: auth.go 项目: rochacon/tsuru
func addKeyInGandalf(key *auth.Key, u *auth.User) error {
	return u.AddKeyGandalf(key)
}