scaffolding.harmonize.sjs.headers.sjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
/*
* Create Headers Plugin
*
* @param id - the identifier returned by the collector
* @param content - the output of your content plugin
* @param options - an object containing options. Options are sent from Java
*
* @return - an object of headers
*/
function createHeaders(id, content, options) {
return {};
}
module.exports = {
createHeaders: createHeaders
};
© 2015 - 2024 Weber Informatics LLC | Privacy Policy