Function create_publication

Source
pub fn create_publication(
    source: &Agent,
    name: &AgentClass,
    id: Option<u64>,
    metadata: HashMap<String, String>,
    fanout: u32,
    content_type: &str,
    blob: Vec<u8>,
) -> ProtoMessage