package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Oct 31, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Input struct {
Nodes int `toml:"nodes" validate:"required"`
OverrideMode string `toml:"override_mode" validate:"required,oneof=all each"`
NodeSpecs []*clnode.Input `toml:"node_specs"`
Out *Output `toml:"out"`
}
type Output struct {
UseCache bool `toml:"use_cache"`
CLNodes []*clnode.Output `toml:"cl_nodes"`
}
TODO: it seems we can use one DB for now
TODO: remove
Source Files
¶
Click to show internal directories.
Click to hide internal directories.