# Packages
Package blobstore provides a client interface for storing blobs behind orchestrator services.
Package clock provides a simple abstraction around the standard time package.
Package http2 contains a minimal implementation of non-TLS http/2 server and client.
No description provided by the author
go:generate bash -c "swaggergen --target=swagger-common.yml --root=$MAGMA_ROOT --template=$SWAGGER_V1_TEMPLATE".
Package obsidian provides common types and constants for implementors of REST API handlers.
No description provided by the author
* Package plugin defines the interface for a plugin into the services provided
* with the magma orchestrator.
No description provided by the author
Package serde contains the definition of a SERializer-DEserializer concept.
Package service outlines the Magma microservices framework in the cloud.
No description provided by the author
Package sqorc implements orchestrator-specific SQL utilities like statement builders and transaction wrappers.
Package storage contains common definitions to be used across service storage interfaces.
No description provided by the author
No description provided by the author
# Functions
GetOrchestratorPlugin is a function that all modules are expected to provide which returns an instance of the module's OrchestratorPlugin implementation.