use crate::oss::Client;
#[allow(non_snake_case)]
impl<'a> Client<'a> {
pub async fn PutLiveChannel(&self) {
todo!()
}
pub async fn ListLiveChannel(&self) {
todo!()
}
pub async fn DeleteLiveChannel(&self) {
todo!()
}
pub async fn PutLiveChannelStatus(&self) {
todo!()
}
pub async fn GetLiveChannelInfo(&self) {
todo!()
}
pub async fn GetLiveChannelStat(&self) {
todo!()
}
pub async fn GetLiveChannelHistory(&self) {
todo!()
}
pub async fn PostVodPlaylist(&self) {
todo!()
}
}