pub type GitHubMicrokernelServerDynamoDB<S> = MicrokernelServer<GitHubOAuthHandler<S, DefaultClientManager<S>>, S>;Expand description
Type alias for GitHub-based microkernel server with DynamoDBStorage
Aliased Typeยง
pub struct GitHubMicrokernelServerDynamoDB<S> { /* private fields */ }