pointer

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2015 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MediaWarning = []byte("# git-media\n")
)

Functions

func Clean

func Clean(reader io.Reader, size int64, cb lfs.CopyCallback) (*cleanedAsset, error)

func Encode

func Encode(writer io.Writer, pointer *Pointer) (int, error)

func Smudge

func Smudge(writer io.Writer, ptr *Pointer, workingfile string, cb lfs.CopyCallback) error

Types

type Pointer

type Pointer struct {
	Version string
	Oid     string
	Size    int64
	OidType string
}

func Decode

func Decode(reader io.Reader) (*Pointer, error)

func NewPointer

func NewPointer(oid string, size int64) *Pointer

func (*Pointer) Encode

func (p *Pointer) Encode(writer io.Writer) (int, error)

func (*Pointer) Encoded

func (p *Pointer) Encoded() string

func (*Pointer) Smudge

func (p *Pointer) Smudge(writer io.Writer, workingfile string, cb lfs.CopyCallback) error

type SmudgeError

type SmudgeError struct {
	Oid      string
	Filename string
	*lfs.WrappedError
}

Jump to

Keyboard shortcuts

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