Documentation
¶
Index ¶
- Constants
- func CollectHostnames(cfg *config.Config, include ...DeploymentRef) []string
- func DashboardHostname(runtime Runtime, id string) string
- func DataRoot(cfg *config.Config, runtime Runtime, id string) string
- func DeploymentPath(cfg *config.Config, runtime Runtime, id string) string
- func HomePath(cfg *config.Config, runtime Runtime, id string) string
- func Hostname(runtime Runtime, id string) string
- func Hostnames(runtime Runtime, id string) []string
- func KeystoreVolumePath(cfg *config.Config, runtime Runtime, id string) string
- func ListInstanceIDs(cfg *config.Config, runtime Runtime) ([]string, error)
- func MustDefaultDeploymentPath(cfg *config.Config) string
- func Namespace(runtime Runtime, id string) string
- func ResolveInstance(cfg *config.Config, runtime Runtime, args []string) (id string, remaining []string, err error)
- func ResolveSingleDefaultNamespace(cfg *config.Config, runtime Runtime) (string, error)
- func SkillsPath(cfg *config.Config, runtime Runtime, id string) string
- func WorkspacePath(cfg *config.Config, runtime Runtime, id string) string
- type DeploymentRef
- type Descriptor
- type Runtime
Constants ¶
View Source
const ( OpenClaw Runtime = "openclaw" Hermes Runtime = "hermes" DefaultDomain = "obol.stack" DefaultInstanceID = "obol-agent" )
Variables ¶
This section is empty.
Functions ¶
func CollectHostnames ¶
func CollectHostnames(cfg *config.Config, include ...DeploymentRef) []string
func DashboardHostname ¶
func KeystoreVolumePath ¶
func ResolveInstance ¶
Types ¶
type DeploymentRef ¶
Click to show internal directories.
Click to hide internal directories.