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.