// Copyright 2015 The Gogs Authors. All rights reserved.// Use of this source code is governed by a MIT-style// license that can be found in the LICENSE file.packagegitfunc(repo*Repository)GetHook(namestring)(*Hook,error){returnGetHook(repo.Path,name)}func(repo*Repository)Hooks()([]*Hook,error){returnListHooks(repo.Path)}