func NewTestServer(signer string, gosum func(path, vers string) ([]byte, error)) *TestServer { … }
type TestServer …
type testHashes …
func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) { … }
func (s *TestServer) Signed(ctx context.Context) ([]byte, error) { … }
func (s *TestServer) ReadRecords(ctx context.Context, id, n int64) ([][]byte, error) { … }
func (s *TestServer) Lookup(ctx context.Context, m module.Version) (int64, error) { … }
func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) { … }