repo

package
v0.0.0-...-3a0bfd4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2015 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package repo does things DOCME

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repo

type Repo interface {
	Init() error
	Add(io.Reader, string) error
	LsFiles() ([]string, error)
	CatFile(string, io.Writer) error
	Rm(string) error
	GC(bool) error
	ChunkPath(string) string
}

func New

func New(path string) Repo

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL