Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
update 12
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Aug 22, 2024
1 parent 4c2c966 commit ee63fbc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
6 changes: 6 additions & 0 deletions reports/report-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ <h2 id="{{ $category }}_table-caption">{{ $category }}</h2>
<a target="_blank" href="https://github.com/{{ .SDK.Repo }}"
>{{ .SDK.Name }}</a
>

<p>{{ .SDK.SubmoduleCommit }} </p>
<p>{{ .SDK.SubmoduleCommitBehind }} </p>
</th>
{{ end }}
</tr>
Expand Down Expand Up @@ -82,6 +85,9 @@ <h2 id="{{ $category }}_table-caption">{{ $category }}</h2>
<a target="_blank" href="https://github.com/{{ .SDK.Repo }}"
>{{ .SDK.Name }}</a
>

<p>{{ .SDK.SubmoduleCommit }} </p>
<p>{{ .SDK.SubmoduleCommitBehind }} </p>
</th>
{{ end }}
</tr>
Expand Down
16 changes: 9 additions & 7 deletions reports/reports.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ func init() {
}

type SDKMeta struct {
Name string
Repo string
ArtifactName string
FeatureRegex *regexp.Regexp
VectorRegex *regexp.Regexp
VectorPath string
Type string
Name string
Repo string
ArtifactName string
FeatureRegex *regexp.Regexp
VectorRegex *regexp.Regexp
VectorPath string
Type string
SubmoduleCommit string
SubmoduleCommitBehind int
}

type Report struct {
Expand Down

0 comments on commit ee63fbc

Please sign in to comment.