kafka/internal/views
Franz Kafka f0a65e2b8c fix: compute TemplateName in ResultView instead of using dynamic template function
Go html/template doesn't support function calls as template names in
{{template (func .Arg) .}}. Instead, precompute TemplateName in
FromResponse and use {{template .TemplateName .}} in the template.
2026-03-22 02:44:50 +00:00
..
static fix: add Thumbnail field and video result template 2026-03-22 02:06:41 +00:00
templates fix: compute TemplateName in ResultView instead of using dynamic template function 2026-03-22 02:44:50 +00:00
views.go fix: compute TemplateName in ResultView instead of using dynamic template function 2026-03-22 02:44:50 +00:00
views_test.go chore: update Go module path to github.com/metamorphosis-dev/kafka 2026-03-21 19:42:01 +00:00