You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

273 lines
6.9 KiB

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#375EAB">
<title>/src/github.com/syndtr - The Go Programming Language</title>
<link type="text/css" rel="stylesheet" href="../../../lib/godoc/style.css">
<link rel="stylesheet" href="../../../lib/godoc/jquery.treeview.css">
<script type="text/javascript">window.initFuncs = [];</script>
</head>
<body>
<div id='lowframe' style="position: fixed; bottom: 0; left: 0; height: 0; width: 100%; border-top: thin solid grey; background-color: white; overflow: auto;">
...
</div><!-- #lowframe -->
<div id="topbar" class="wide"><div class="container">
<div class="top-heading" id="heading-wide"><a href="http://localhost:6060/">The Go Programming Language</a></div>
<div class="top-heading" id="heading-narrow"><a href="http://localhost:6060/">Go</a></div>
<a href="index.html#" id="menu-button"><span id="menu-button-arrow">&#9661;</span></a>
<form method="GET" action="http://localhost:6060/search">
<div id="menu">
<a href="http://localhost:6060/doc/">Documents</a>
<a href="http://localhost:6060/pkg/">Packages</a>
<a href="http://localhost:6060/project/">The Project</a>
<a href="http://localhost:6060/help/">Help</a>
<a href="http://localhost:6060/blog/">Blog</a>
<input type="text" id="search" name="q" class="inactive" value="Search" placeholder="Search">
</div>
</form>
</div></div>
<div id="page" class="wide">
<div class="container">
<h1>Directory /src/github.com/syndtr</h1>
<div id="nav"></div>
<!--
Copyright 2009 The Go Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
<!--
Note: Static (i.e., not template-generated) href and id
attributes start with "pkg-" to make it impossible for
them to conflict with generated attributes (some of which
correspond to Go identifiers).
-->
<div class="pkg-dir">
<table>
<tr>
<th class="pkg-name">Name</th>
<th class="pkg-synopsis">Synopsis</th>
</tr>
<tr>
<td colspan="2"><a href="../index.html">..</a></td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 0px;">
<a href="goleveldb/index.html">goleveldb</a>
</td>
<td class="pkg-synopsis">
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 20px;">
<a href="goleveldb/leveldb/index.html">leveldb</a>
</td>
<td class="pkg-synopsis">
Package leveldb provides implementation of LevelDB key/value database.
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 40px;">
<a href="goleveldb/leveldb/cache/index.html">cache</a>
</td>
<td class="pkg-synopsis">
Package cache provides interface and implementation of a cache algorithms.
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 40px;">
<a href="goleveldb/leveldb/comparer/index.html">comparer</a>
</td>
<td class="pkg-synopsis">
Package comparer provides interface and implementation for ordering sets of data.
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 40px;">
<a href="goleveldb/leveldb/errors/index.html">errors</a>
</td>
<td class="pkg-synopsis">
Package errors provides common error types used throughout leveldb.
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 40px;">
<a href="goleveldb/leveldb/filter/index.html">filter</a>
</td>
<td class="pkg-synopsis">
Package filter provides interface and implementation of probabilistic data structure.
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 40px;">
<a href="goleveldb/leveldb/iterator/index.html">iterator</a>
</td>
<td class="pkg-synopsis">
Package iterator provides interface and implementation to traverse over contents of a database.
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 40px;">
<a href="goleveldb/leveldb/journal/index.html">journal</a>
</td>
<td class="pkg-synopsis">
Package journal reads and writes sequences of journals.
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 40px;">
<a href="goleveldb/leveldb/memdb/index.html">memdb</a>
</td>
<td class="pkg-synopsis">
Package memdb provides in-memory key/value database implementation.
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 40px;">
<a href="goleveldb/leveldb/opt/index.html">opt</a>
</td>
<td class="pkg-synopsis">
Package opt provides sets of options used by LevelDB.
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 40px;">
<a href="goleveldb/leveldb/storage/index.html">storage</a>
</td>
<td class="pkg-synopsis">
Package storage provides storage abstraction for LevelDB.
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 40px;">
<a href="goleveldb/leveldb/table/index.html">table</a>
</td>
<td class="pkg-synopsis">
Package table allows read and write sorted key/value.
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 40px;">
<a href="goleveldb/leveldb/testutil/index.html">testutil</a>
</td>
<td class="pkg-synopsis">
</td>
</tr>
<tr>
<td class="pkg-name" style="padding-left: 40px;">
<a href="goleveldb/leveldb/util/index.html">util</a>
</td>
<td class="pkg-synopsis">
Package util provides utilities used throughout leveldb.
</td>
</tr>
</table>
</div>
<div id="footer">
Build version go1.6.<br>
Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>,
the content of this page is licensed under the
Creative Commons Attribution 3.0 License,
and code is licensed under a <a href="http://localhost:6060/LICENSE">BSD license</a>.<br>
<a href="http://localhost:6060/doc/tos.html">Terms of Service</a> |
<a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a>
</div>
</div><!-- .container -->
</div><!-- #page -->
<!-- TODO(adonovan): load these from <head> using "defer" attribute? -->
<script type="text/javascript" src="../../../lib/godoc/jquery.js"></script>
<script type="text/javascript" src="../../../lib/godoc/jquery.treeview.js"></script>
<script type="text/javascript" src="../../../lib/godoc/jquery.treeview.edit.js"></script>
<script type="text/javascript" src="../../../lib/godoc/godocs.js"></script>
</body>
</html>