Add todos

This commit is contained in:
Joscha 2023-08-15 01:24:21 +02:00
parent 33ca3207e7
commit 146bab4e7c
4 changed files with 11 additions and 2 deletions

View file

@ -37,6 +37,7 @@ impl<'de> serde::Deserialize<'de> for Rfc3339Time {
#[derive(Clone, Serialize_repr, Deserialize_repr, sqlx::Type)]
#[repr(u8)]
pub enum Source {
// TODO Internal = 0 ?
// Stdin would be fd 0
Stdout = 1,
Stderr = 2,