Skip to content

Commit

Permalink
chore(gen): add gotype annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Nov 15, 2023
1 parent 5d46f9d commit 5a4727a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/gen/_template/handler.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- /*gotype: github.com/ogen-go/protoc-gen-oas/internal/gen.TemplateConfig*/ -}}
{{ define "handler" }}
{{- template "header" $ }}

Expand Down
1 change: 1 addition & 0 deletions internal/gen/_template/header.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- /*gotype: github.com/ogen-go/protoc-gen-oas/internal/gen.TemplateConfig*/ -}}
{{ define "header" }}
// Code generated by protoc-gen-oas, DO NOT EDIT.
package {{ $.PackageName }}
Expand Down
1 change: 1 addition & 0 deletions internal/gen/_template/messages.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- /*gotype: github.com/ogen-go/protoc-gen-oas/internal/gen.TemplateConfig*/ -}}
{{ define "messages" }}
{{- template "header" $ }}

Expand Down

0 comments on commit 5a4727a

Please sign in to comment.