Skip to content

Commit

Permalink
Add summary to topics
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Dec 22, 2024
1 parent 6bb61f1 commit 1a20258
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/topic/types.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package topic

type Topic struct {
ID string `json:"id"`
Name string `json:"name"`
ID string `json:"id"`
Name string `json:"name"`
Summary string `json:"summary"`
}

0 comments on commit 1a20258

Please sign in to comment.