mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
Replace TestDoc with Doc
This commit is contained in:
12
tests/ef_tests/src/doc_header.rs
Normal file
12
tests/ef_tests/src/doc_header.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
use super::*;
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct DocHeader {
|
||||
pub title: String,
|
||||
pub summary: String,
|
||||
pub forks_timeline: String,
|
||||
pub forks: Vec<String>,
|
||||
pub config: String,
|
||||
pub runner: String,
|
||||
pub handler: String,
|
||||
}
|
||||
Reference in New Issue
Block a user