1 2 3 4 5
func {{ method_name }}({{ params }}){{ throws_clause }} -> {{ return_type }} { {% if default_body %} {{ default_body }} {% endif %} }