package
0.13.3
Repository: https://github.com/dagger/dagger.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AddEnv adds or updates an environment variable in 'env'.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LookupEnv returns the value of an environment variable.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewServices returns a new Services.
No description provided by the author
No description provided by the author
WalkEnv iterates over all environment variables with parsed key and value, and original string.

# Constants

DetachGracePeriod is an arbitrary amount of time between when a service is no longer actively used and before it is detached.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TerminateGracePeriod is an arbitrary amount of time between when a service is sent a graceful stop (SIGTERM) and when it is sent an immediate stop (SIGKILL).

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
CacheVolume is a persistent volume with a globally scoped identifier.
No description provided by the author
No description provided by the author
No description provided by the author
Container is a content-addressed container.
No description provided by the author
No description provided by the author
No description provided by the author
ContainerMount is a mount point configured in a container.
ContainerSecret configures a secret to expose, either as an environment variable or mounted to a file path.
ContainerSocket configures a socket to expose, currently as a Unix socket, but potentially as a TCP or UDP address in the future.
No description provided by the author
No description provided by the author
No description provided by the author
Directory is a content-addressed directory.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
File is a content-addressed file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ModDeps represents a set of dependencies for a module or for a caller depending on a particular set of modules to be served.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Ownership contains a UID/GID pair resolved from a user/group name or ID pair provided via the API.
Port configures a port to exposed from a container or service.
No description provided by the author
PrimitiveType are the basic types like string, int, bool, void, etc.
Query forms the root of the DAG and houses all necessary state and dependencies for evaluating queries.
RunningService represents a service that is actively running.
No description provided by the author
Secret is a content-addressed secret.
No description provided by the author
No description provided by the author
No description provided by the author
ServiceKey is a unique identifier for a service.
Services manages the lifecycle of services, ensuring the same service only runs once per client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
Mod is a module in loaded into the server's DAG of modules; it's the vertex type of the DAG.
ModType wraps the core TypeDef type with schema specific concerns like ID conversion and tracking of the module in which the type was originally defined.
An SDK is an implementation of the functionality needed to generate code for and execute a module.
APIs from the server+session+client that are needed by core APIs.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NetworkProtocol is a GraphQL enum type.
No description provided by the author
No description provided by the author
No description provided by the author
SliceSet is a generic type that represents a set implemented as a slice.
No description provided by the author