mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-09 01:18:04 +02:00
Add topics for Gists (#413)
This commit is contained in:
@ -8,6 +8,7 @@ type Gist struct {
|
||||
Filenames []string
|
||||
Extensions []string
|
||||
Languages []string
|
||||
Topics []string
|
||||
CreatedAt int64
|
||||
UpdatedAt int64
|
||||
}
|
||||
@ -18,4 +19,5 @@ type SearchGistMetadata struct {
|
||||
Filename string
|
||||
Extension string
|
||||
Language string
|
||||
Topic string
|
||||
}
|
||||
|
Reference in New Issue
Block a user