Add documentation links to service docs.

This commit is contained in:
John Beisley
2022-06-13 18:06:03 +01:00
parent befb173f08
commit 23b5557105
5 changed files with 14 additions and 0 deletions

View File

@ -1,6 +1,10 @@
{{define "service"}}
{{- $Imps := .Imps -}}
// Package {{.Manifest.Package}} provides types for the {{quote .Manifest.ServiceType}} service.
{{- with .Manifest.DocumentURL}}
//
// Documented at {{.}}.
{{- end}}
package {{.Manifest.Package}}
import (