Skip to main content

publish_function

Function publish_function 

Source
pub async fn publish_function(
    client: &Client,
    repository: &str,
    function: &FullRemoteFunction,
    message: &str,
    overwrite: bool,
) -> Result<String, Error>
Expand description

Publishes a function to the local filesystem git repository.