Add todos
This commit is contained in:
parent
33ca3207e7
commit
146bab4e7c
4 changed files with 11 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue