fluentci-types 0.1.8

Programmable CI/CD engine without Containers, built on top of Nix ❄️
Documentation
1
2
3
4
5
6
7
8
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Default)]
pub struct Cache {
    pub id: String,
    pub key: String,
    pub path: String,
}