pub async fn create_postgres_publication(
configuration: &Configuration,
workspace: &str,
path: &str,
publication: &str,
publication_data: PublicationData,
) -> Result<String, Error<CreatePostgresPublicationError>>
pub async fn create_postgres_publication(
configuration: &Configuration,
workspace: &str,
path: &str,
publication: &str,
publication_data: PublicationData,
) -> Result<String, Error<CreatePostgresPublicationError>>