forge-core 0.10.0

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

pub use context::{
    AuthContext, AuthTokenTtl, DbConn, ForgeConn, ForgeDb, MutationContext, QueryContext,
    RequestMetadata, TokenIssuer,
};
pub use dispatch::{JobDispatch, KvHandle, WorkflowDispatch};
pub use traits::{ForgeMutation, ForgeQuery, FunctionInfo, FunctionKind, LogLevel};