Hello World plugin for Golang.
Adapt the config.jsonfile by giving a name to your plugin.
{
"name": "template-plugin", // change the name here
"version": "v0.0.0",
"image_name": "ceherzog/plugin-template-plugin", // change the name here with codeclarity/plugin- before your name
"image_version": "0.0.0",
"depends_on": [],
"description": "A CodeClarity plugin",
"config": {
"aConfigAttribute" : {
"name": "Name",
"type": "Array<string>",
"description": "Description of the attribute",
"required": true
}
}
}