Module chain_handlers

Module chain_handlers 

Source
Expand description

Chain management HTTP handlers for MockForge

This module provides REST endpoints for managing and executing request chains through the HTTP API.

Structs§

ChainCreateRequest
ChainCreateResponse
ChainExecutionHistoryResponse
ChainExecutionRecord
ChainExecutionRequest
ChainExecutionResponse
ChainListResponse
ChainState
Shared state for chain management
ChainSummary
ChainValidationResponse

Functions§

create_chain
create_chain_state
Create the chain state with registry and engine
delete_chain
execute_chain
get_chain
get_chain_history
list_chains
update_chain
validate_chain