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

Commit

Permalink
add open code metadata (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: pomdtr <[email protected]>
  • Loading branch information
pomdtr and pomdtr authored Oct 3, 2023
1 parent 3441d6c commit d0a6b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ type DiscoveryData struct {
ThemeColor string `yaml:"theme_color,omitempty" json:"theme_color"`
Git string `yaml:"git,omitempty" json:"git"`
Homepage string `yaml:"homepage,omitempty" json:"homepage"`
OpenCode bool `yaml:"open_code,omitempty" json:"open_code"`
ContentRaw string `yaml:"-" json:"content_raw"`
}

Expand Down

0 comments on commit d0a6b93

Please sign in to comment.