forge-core 0.0.2-alpha

Core types and traits for the Forge framework
Documentation
1
2
3
4
5
6
7
pub mod context;
pub mod dispatch;
pub mod traits;

pub use context::{ActionContext, AuthContext, MutationContext, QueryContext, RequestMetadata};
pub use dispatch::{JobDispatch, WorkflowDispatch};
pub use traits::{ForgeAction, ForgeMutation, ForgeQuery, FunctionInfo, FunctionKind};