hyperlane_log/log/
struct.rs

1use crate::*;
2
3#[derive(Clone, Lombok)]
4pub struct Log {
5    pub(super) path: String,
6    pub(super) limit_file_size: usize,
7}