Skip to content

adlandh/gowrap-templates

Repository files navigation

GoWrap templates

Various templates for GoWrap

  • echo-otel.gotmpl - decorator with OpenTelemetry exporter for echo http handlers, generated by OpenAPI Client and Server Code Generator
  • echo-sentry.gotmpl - decorator with Sentry Performance Monitoring for echo http handlers, generated by OpenAPI Client and Server Code Generator
  • otel.gotmpl - decorator with OpenTelemetry exporter for any interfaces except echo handlers
  • sentry.gotmpl - decorator with Sentry Performance Monitoring for any interfaces except echo handlers
  • zap.gotmpl - decorator with Zap Logger

Examples