perkeep/pkg/types
Brad Fitzpatrick bf96b2af24 types: add NewFakeSeeker
NewFakeSeeker returns a ReadSeeker that can pretend to Seek (based
on the provided total size of the reader's content), but any reads
will fail if the fake seek position doesn't match reality.

Change-Id: I4e63aa78c80fdbcd87b2133018009ed72bedb9f3
2014-03-14 11:09:00 -07:00
..
camtypes pkg/client: some cleanup, doc on the website 2013-12-23 20:23:21 +01:00
clientconfig pkg/client: fix method to find a server in the config 2014-01-07 18:52:48 -08:00
serverconfig pkg/types/serverconfig: json-tagged struct 2014-02-10 21:49:11 +01:00
atomics.go types: add an Atomic64 type 2013-07-21 20:45:20 -07:00
example_test.go diskpacked: keep fd open to every pack file. 2014-01-20 10:50:42 -08:00
fakeseeker.go types: add NewFakeSeeker 2014-03-14 11:09:00 -07:00
fakeseeker_test.go types: add NewFakeSeeker 2014-03-14 11:09:00 -07:00
types.go Use 'uint32' instead of 'int64' for blob sizes everywhere. 2014-02-08 17:58:12 +01:00
types_test.go pkg/types: add InvertedBool 2014-01-23 22:54:18 +01:00