All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.digdag.spi.TemplateEngine Maven / Gradle / Ivy

package io.digdag.spi;

import io.digdag.client.config.Config;

public interface TemplateEngine
{
    String template(String content, Config params)
        throws TemplateException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy