Documentation ¶
Index ¶
- Variables
- func EncodeCfg(config config.StaticConfig) (string, error)
- func GenerateEncodedWorkerCfg(originalCfg config.StaticConfig, info worker.Info) (string, error)
- func GenerateWorkerCfg(originalCfg config.StaticConfig, info worker.Info) (workerCfg config.StaticConfig, err error)
- func TarRecurse(path string, tarWriter *tar.Writer, skipMatch string) error
- func TarWrite(_path string, tw *tar.Writer, fi os.FileInfo) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrQueueNotSupported = errors.New("selected queue is not yet supported by platform")
View Source
var ErrSkippedOperation = errors.New("this operation is not supported for unspecified platform. If you are using supported platform like kubernetes, or docker, make sure to specify it in scoretrak config")
View Source
var Image = "ghcr.io/scoretrak/scoretrak/scoretrak-server:" + version.Version
Functions ¶
func GenerateEncodedWorkerCfg ¶ added in v0.3.3
func GenerateWorkerCfg ¶ added in v0.3.3
func GenerateWorkerCfg(originalCfg config.StaticConfig, info worker.Info) (workerCfg config.StaticConfig, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.