opentalk-roomserver-types-timer 0.0.7

OpenTalk RoomServer Types Timer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
//
// SPDX-License-Identifier: EUPL-1.2

pub mod kind;
pub mod start;
pub mod stop;
pub mod timer_command;
pub mod timer_config;

pub use kind::Kind;
pub use timer_config::TimerConfig;