poa-bridge/src/config.rs

6 lines
59 B
Rust
Raw Normal View History

2017-06-13 01:28:04 -07:00
pub struct Secret;
pub struct Config {
secret: Secret,
}