junobuild-satellite 0.6.0

Core implementation of a Juno Satellite.
Documentation
1
2
3
4
5
6
7
8
9
10
pub const JUNO_AUTOMATION_TOKEN_ERROR_MISSING_JTI: &str = "juno.automation.token.error.missing_jti";
pub const JUNO_AUTOMATION_TOKEN_ERROR_TOKEN_REUSED: &str =
    "juno.automation.token.error.token_reused";

pub const JUNO_AUTOMATION_WORKFLOW_ERROR_MISSING_REPOSITORY: &str =
    "juno.automation.workflow.error.missing_repository";
pub const JUNO_AUTOMATION_WORKFLOW_ERROR_MISSING_RUN_ID: &str =
    "juno.automation.workflow.error.missing_run_id";

pub const JUNO_DATASTORE_ERROR_AUTOMATION_CALLER: &str = "juno.datastore.error.automation.caller";