service/gitserver/interface.go (
4
lines of code) (
raw
):
package gitserver type ServiceInterface interface { Get(name string) (*GitServer, error) }