Function list_postgres_publication

Source
pub async fn list_postgres_publication(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<Vec<String>, Error<ListPostgresPublicationError>>