Defined the "render(_: on: )" function for the TemplateServicing protocol in the library target.
This commit is contained in:
@@ -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