Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment uint8
Environment encodes the operating environment for the model runner.
const ( // EnvironmentUnknown represents an unknown environment in which basic, // non-specialized defaults should be used. EnvironmentUnknown Environment = iota // EnvironmentDesktop represents a Docker Desktop environment. EnvironmentDesktop // EnvironmentMoby represents a Moby engine environment, if installed via // the model CLI. EnvironmentMoby // EnvironmentCloud represents a Docker Cloud environment, if installed via // the model CLI. EnvironmentCloud )
Click to show internal directories.
Click to hide internal directories.