本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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