directory
2.0.0-alpha2+incompatible
Repository: https://github.com/erzel/vitess.git
Documentation: pkg.go.dev
# Packages
Package acl contains functions to enforce access control lists.
Package bson implements encoding and decoding of BSON objects.
Package bufio2 implements buffered I/O.
Package bytes2 provides alternate implementations of functionality similar to go's bytes package.
Package cache implements a LRU cache.
No description provided by the author
Package cgzip wraps the C library for gzip.
No description provided by the author
Package event provides a reflect-based framework for low-frequency global
dispatching of events, which are values of any arbitrary type, to a set of
listener functions, which are usually registered by plugin packages during init().
Package executil provides information about running processes.
Package exit provides an alternative to os.Exit(int).
Package fileutil contains utility functions related to files and paths.
Package flagutil contains flags that parse string lists and string maps.
Package hack gives you some efficient functionality at the cost of breaking some Go rules.
Package history implements a circular buffer with adjacent-item deduplication.
Package ioutil2 provides extra functionality along similar lines to io/ioutil.
Package memcache is a client for memcached.
No description provided by the author
Package netutil contains network-related utility functions.
Package pools provides functionality to manage and reuse resources like connections.
Package proc allows you to configure servers to be restarted with negligible downtime.
Package ratelimiter implements rate limiting functionality.
Package rpcplus provides access to the exported methods of an object across a
network or other I/O connection.
Package rpcwrap provides wrappers for rpcplus package.
Package sqldb defines an interface for low level db connection.
Package sqltypes implements interfaces and types that represent SQL values.
Package stats is a wrapper for expvar.
Package streamlog provides a non-blocking message broadcaster.
Package sync2 provides extra functionality along the same lines as sync.
Package tb exposes some handy traceback functionality buried in the runtime.
Package terminal detects whether a file descriptor is a terminal.
Package testfiles locates test files within the Vitess directory tree.
Package timer provides various enhanced timer functions.
Package trace contains a helper interface that allows various tracing tools to be plugged in to components using this interface.
No description provided by the author
Package zk emulates a "global" namespace across n zk quorums.