diff options
Diffstat (limited to 'src/bin/zot/command/channel.rs')
-rw-r--r-- | src/bin/zot/command/channel.rs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/bin/zot/command/channel.rs b/src/bin/zot/command/channel.rs new file mode 100644 index 0000000..883922f --- /dev/null +++ b/src/bin/zot/command/channel.rs @@ -0,0 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri + * SPDX-FileCopyrightText: 2024 Harald Eilertsen + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + +pub mod export; +pub mod list; +pub mod stream; |