github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/internal/fs/ddl/console/output_item.templ (about)

     1  
     2  {{.Description}}
     3  
     4  ║  Display As: {{.DisplayAs}}
     5  {{- if .Type }}
     6  ║        Type: {{.Type | Title }}
     7  {{- else }}
     8  ║        Type: Undefined
     9  {{- end }}
    10  {{- if .Default }}
    11  ║     Default: {{.Default}}
    12  {{- end }}
    13  ╙─