pub(super) async fn replace_channel_content(
env: &MountainEnvironment,
channel_identifier: String,
value: String,
) -> Result<(), CommonError>Expand description
Replaces the entire content of an output channel.
pub(super) async fn replace_channel_content(
env: &MountainEnvironment,
channel_identifier: String,
value: String,
) -> Result<(), CommonError>Replaces the entire content of an output channel.