generated from PlexSheep/rs-base
7 lines
134 B
Rust
7 lines
134 B
Rust
use crate::{config::Config, error::*};
|
|
|
|
pub struct PublishContext;
|
|
|
|
pub async fn publish(_cfg: &Config) -> Result<()> {
|
|
todo!()
|
|
}
|