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

     1  {{Title .Metadata.Name}} Agent version {{.Metadata.Version}}
     2  
     3  {{.Metadata.Description}}
     4  
     5  Plugin Metadata:
     6  
     7      Author: {{.Metadata.Author}}
     8         URL: {{.Metadata.URL}}
     9     License: {{.Metadata.License}}
    10     Timeout: {{.Metadata.Timeout}}
    11  {{- if .Metadata.Provider }}
    12    Provider: {{.Metadata.Provider}}
    13  {{- end }}
    14  {{- if .Metadata.Service }}
    15     Service: true
    16  {{- end }}
    17  
    18  Available Actions: {{ .ActionNames | StringsJoin }}
    19  
    20  {{ Bold "Actions:" }}
    21  {{ range $action := .Actions }}
    22    {{ Bold $action.Name }} {{ Bold "Action"}}:
    23  
    24  {{RenderConsole $action 4}}
    25  {{- end }}