Template support for input parameters #4
@@ -0,0 +1,7 @@
|
|||||||
|
public protocol TemplateServicing {
|
||||||
|
|
||||||
|
// MARK: Functions
|
||||||
|
|
||||||
|
func render(_ object: Any, on template: String) async throws (RenderServiceError) -> String
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user