本站源代码
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.

10 lines
211B

  1. package storer
  2. import "gopkg.in/src-d/go-git.v4/plumbing/format/index"
  3. // IndexStorer generic storage of index.Index
  4. type IndexStorer interface {
  5. SetIndex(*index.Index) error
  6. Index() (*index.Index, error)
  7. }
上海开阖软件有限公司 沪ICP备12045867号-1