Directories
¶
| Path | Synopsis |
|---|---|
|
aws
|
|
|
dynamodb
Package dynamodb provides a persistence Driver backed by Amazon DynamoDB.
|
Package dynamodb provides a persistence Driver backed by Amazon DynamoDB. |
|
dynamodb/dynamojournal
Package dynamojournal provides an implementation of journal.BinaryStore that persists to a DynamoDB table.
|
Package dynamojournal provides an implementation of journal.BinaryStore that persists to a DynamoDB table. |
|
dynamodb/dynamokv
Package dynamokv provides a kv.BinaryStore implementation that persists to a DynamoDB table.
|
Package dynamokv provides a kv.BinaryStore implementation that persists to a DynamoDB table. |
|
dynamodb/dynamoset
Package dynamoset provides a set.BinaryStore implementation that persists to a DynamoDB table.
|
Package dynamoset provides a set.BinaryStore implementation that persists to a DynamoDB table. |
|
internal/x/xaws
Package xaws contains general purpose AWS utilities.
|
Package xaws contains general purpose AWS utilities. |
|
internal/x/xdynamodb
Package xdynamodb contains DynamoDB utilities.
|
Package xdynamodb contains DynamoDB utilities. |
|
internal/x/xs3
Package xs3 contains S3 utilities.
|
Package xs3 contains S3 utilities. |
|
s3
Package s3 provides a persistence Driver backed by Amazon S3.
|
Package s3 provides a persistence Driver backed by Amazon S3. |
|
s3/s3journal
Package s3journal provides an implementation of journal.BinaryStore that persists to an S3 bucket.
|
Package s3journal provides an implementation of journal.BinaryStore that persists to an S3 bucket. |
|
s3/s3kv
Package s3kv provides a kv.BinaryStore implementation that persists to an S3 bucket.
|
Package s3kv provides a kv.BinaryStore implementation that persists to an S3 bucket. |
|
s3/s3set
Package s3set provides a set.BinaryStore implementation that persists to an S3 bucket.
|
Package s3set provides a set.BinaryStore implementation that persists to an S3 bucket. |
|
Package memory provides an in-memory persistence Driver.
|
Package memory provides an in-memory persistence Driver. |
|
internal/clone
Package clone provides a protocol-buffers-aware deep clone function.
|
Package clone provides a protocol-buffers-aware deep clone function. |
|
memoryjournal
Package memoryjournal provides an in-memory implementation of journal.Store.
|
Package memoryjournal provides an in-memory implementation of journal.Store. |
|
memorykv
Package memorykv provides an in-memory implementation of kv.Store.
|
Package memorykv provides an in-memory implementation of kv.Store. |
|
memoryset
Package memoryset provides an in-memory implementation of set.BinaryStore.
|
Package memoryset provides an in-memory implementation of set.BinaryStore. |
|
sql
|
|
|
postgres
Package postgres provides a persistence Driver backed by PostgreSQL.
|
Package postgres provides a persistence Driver backed by PostgreSQL. |
|
postgres/internal/bigint
Package bigint provides helpers to "bias encode" uint64 values as signed PostgreSQL int8 (bigint) values.
|
Package bigint provides helpers to "bias encode" uint64 values as signed PostgreSQL int8 (bigint) values. |
|
postgres/internal/pgerror
Package pgerror provides utilities for working with PostgreSQL errors.
|
Package pgerror provides utilities for working with PostgreSQL errors. |
|
postgres/internal/pgtest
Package pgtest provides utilities for testing code that interacts with PostgreSQL databases.
|
Package pgtest provides utilities for testing code that interacts with PostgreSQL databases. |
|
postgres/pgjournal
Package pgjournal provides an implementation of journal.BinaryStore that persists to a PostgreSQL database.
|
Package pgjournal provides an implementation of journal.BinaryStore that persists to a PostgreSQL database. |
|
postgres/pgkv
Package pgkv provides an implementation of kv.BinaryStore that persists to a PostgreSQL database.
|
Package pgkv provides an implementation of kv.BinaryStore that persists to a PostgreSQL database. |
|
postgres/pgset
Package pgset provides an implementation of set.BinaryStore that persists to a PostgreSQL database.
|
Package pgset provides an implementation of set.BinaryStore that persists to a PostgreSQL database. |
Click to show internal directories.
Click to hide internal directories.