Home
last modified time | relevance | path

Searched refs:SaveUnpacked (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/restic/restic-0.12.1/internal/restic/
H A Drepository.go42 SaveUnpacked(context.Context, FileType, []byte) (ID, error) methodSpec
/dports/sysutils/restic/restic-0.12.1/internal/repository/
H A Drepository.go299 return r.SaveUnpacked(ctx, t, plaintext)
304 func (r *Repository) SaveUnpacked(ctx context.Context, t restic.FileType, p []byte) (id restic.ID, … func
407 return repo.SaveUnpacked(ctx, restic.IndexFile, buf.Bytes())
H A Drepository_test.go229 storageID, err := repo.SaveUnpacked(context.TODO(), restic.PackFile, buf)