| Author | SHA1 | Date | |
|---|---|---|---|
| bc3ed1737f | |||
| 888c0495ec |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| bc3ed1737f |
lib.base.StatResult: Add type
Add the basic type StatResult. It is something akin to os.stat_result, but with user and group string members instead of st_uid and st_gid. The latter can't be expected to be stable across remote contexts. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 888c0495ec |
lib.base: Add module
Add lib.base to provide basic definitions. For now, move the definiions of Result, Input and InputMode from ExecContext into lib.base. Having to import them from the ExecContect module is too heavy-handed for those simple types. Signed-off-by: Jan Lindemann <jan@janware.com> |