Directories ¶
Path | Synopsis |
---|---|
Package clientpool implements the runtime components of Blueprint's ClientPool plugin.
|
Package clientpool implements the runtime components of Blueprint's ClientPool plugin. |
Package golang implements the golang namespace used by Blueprint applications at runtime to instantiate golang nodes.
|
Package golang implements the golang namespace used by Blueprint applications at runtime to instantiate golang nodes. |
package govector provides runtime GoVector components to be used by the govector plugin.
|
package govector provides runtime GoVector components to be used by the govector plugin. |
Package jaeger implements a tracer [backend.Tracer] client interface for the jaeger tracer.
|
Package jaeger implements a tracer [backend.Tracer] client interface for the jaeger tracer. |
Package memcached implements a key-value backend.Cache client interface to a vanilla memcached implementation.
|
Package memcached implements a key-value backend.Cache client interface to a vanilla memcached implementation. |
Package mongodb implements a cleint interface to a mongodb server that supports MongoDB's query and update API.
|
Package mongodb implements a cleint interface to a mongodb server that supports MongoDB's query and update API. |
Package mysql provides a client-wrapper implementation of the [backend.RelationalDB] interface for a mysql server.
|
Package mysql provides a client-wrapper implementation of the [backend.RelationalDB] interface for a mysql server. |
Package rabbitmq provides a client-wrapper implementation of the backend.Queue interface for a rabbitmq server.
|
Package rabbitmq provides a client-wrapper implementation of the backend.Queue interface for a rabbitmq server. |
Package redis implements a key-value [backend.Cache] client interface to a vanilla redis implementation.
|
Package redis implements a key-value [backend.Cache] client interface to a vanilla redis implementation. |
Package simplecache implements a key-value backend.Cache using a golang map.
|
Package simplecache implements a key-value backend.Cache using a golang map. |
Package simplenosqldb implements an in-memory NoSQLDB that supports a subset of MongoDB's query and update API.
|
Package simplenosqldb implements an in-memory NoSQLDB that supports a subset of MongoDB's query and update API. |
Package simplequeue implements an simple in-memory backend.Queue that internally uses a golang channel of capacity 10 for passing items from producer to consumer.
|
Package simplequeue implements an simple in-memory backend.Queue that internally uses a golang channel of capacity 10 for passing items from producer to consumer. |
Package sqlitereldb implements a [backend.RelationalDB] using the in-memory Golang SQLite package github.com/mattn/go-sqlite3.
|
Package sqlitereldb implements a [backend.RelationalDB] using the in-memory Golang SQLite package github.com/mattn/go-sqlite3. |
Package xtrace provides xtrace-based runtime components to be used by blueprint application workflows and blueprint generated code.
|
Package xtrace provides xtrace-based runtime components to be used by blueprint application workflows and blueprint generated code. |
Package zipkin implements a tracer [backend.Tracer] client interface for the zipkin tracer.
|
Package zipkin implements a tracer [backend.Tracer] client interface for the zipkin tracer. |
Click to show internal directories.
Click to hide internal directories.