本站源代码
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

11 lines
315B

  1. package storer
  2. import "gopkg.in/src-d/go-git.v4/plumbing"
  3. // ShallowStorer is a storage of references to shallow commits by hash,
  4. // meaning that these commits have missing parents because of a shallow fetch.
  5. type ShallowStorer interface {
  6. SetShallow([]plumbing.Hash) error
  7. Shallow() ([]plumbing.Hash, error)
  8. }
上海开阖软件有限公司 沪ICP备12045867号-1