 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const DataFolder = "data"
    Variables ¶
      View Source
      
  
var RootFolder = ""
    Functions ¶
This section is empty.
Types ¶
type Fixture ¶
type Fixture struct {
	URL          string
	Tags         []string
	Head         core.Hash
	PackfileHash core.Hash
	DotGitHash   core.Hash
	ObjectsCount int32
}
    func (*Fixture) DotGit ¶
func (f *Fixture) DotGit() fs.Filesystem
type Suite ¶
type Suite struct{}
    func (*Suite) SetUpSuite ¶
func (s *Suite) SetUpSuite(c *check.C)
func (*Suite) TearDownSuite ¶
func (s *Suite) TearDownSuite(c *check.C)
 Click to show internal directories. 
   Click to hide internal directories.