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