live tracking and filter
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
534c36b0f7
commit
f5e0a31bb7
16 changed files with 414 additions and 115 deletions
|
|
@ -4,7 +4,7 @@ use crate::traits::*;
|
|||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
||||
#[derive(Default, Debug, Serialize, Deserialize)]
|
||||
#[derive(Default, Debug, Serialize, Deserialize, Clone)]
|
||||
pub struct ScheduleDay {
|
||||
pub release_name: String,
|
||||
pub special: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue