Versions in this module Expand all Collapse all v1 v1.1.1 May 4, 2017 v1.1.0 Mar 9, 2017 Changes in this version + func BatchHandler(ctx *context.Context) + func ContentMatcher(r macaron.Request) bool + func GetContentHandler(ctx *context.Context) + func GetMetaHandler(ctx *context.Context) + func MetaMatcher(r macaron.Request) bool + func ObjectOidHandler(ctx *context.Context) + func PostHandler(ctx *context.Context) + func PutHandler(ctx *context.Context) + type BatchResponse struct + Objects []*Representation + Transfer string + type BatchVars struct + Objects []*RequestVars + Operation string + Transfers []string + type ContentStore struct + BasePath string + func (s *ContentStore) Exists(meta *models.LFSMetaObject) bool + func (s *ContentStore) Get(meta *models.LFSMetaObject, fromByte int64) (io.ReadCloser, error) + func (s *ContentStore) Put(meta *models.LFSMetaObject, r io.Reader) error + type ObjectError struct + Code int + Message string + type Representation struct + Actions map[string]*link + Error *ObjectError + Oid string + Size int64 + func Represent(rv *RequestVars, meta *models.LFSMetaObject, download, upload bool) *Representation + type RequestVars struct + Authorization string + Oid string + Password string + Repo string + Size int64 + User string + func (v *RequestVars) ObjectLink() string