Discover Packages
github.com/caesium-cloud/caesium
api
rest
service
task
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 7, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type CreateRequest struct {
JobID string `json:"job_id"`
AtomID string `json:"atom_id"`
NodeSelector map[string ]string `json:"node_selector,omitempty"`
}
ServiceWithDB creates a Task service backed by the supplied database
connection, bypassing the global db.Connection() singleton. This is
used by the local runner to avoid initialising the production database.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.