aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/src/lib.rs
blob: cd81597710f152d28b885c9f7fe75e3b68bf0cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//! A plug and play http interface layer for various lockchain components

extern crate gotham_serde_json_body_parser as goth_json;
extern crate gotham;

/// Contains API internal state and metadata
pub struct Server {

}

pub enum ApiFeature {
    BasicIo
}