Add support for Highlight (kind:9802)

This commit is contained in:
dtonon
2025-04-02 00:44:53 +02:00
parent bb8a1a84af
commit 1ca10e12fb
7 changed files with 168 additions and 0 deletions

View File

@@ -35,3 +35,13 @@ type Kind30818Metadata struct {
Summary string
PublishedAt time.Time
}
type Kind9802Metadata struct {
Author sdk.ProfileMetadata
SourceEvent string
SourceURL string
SourceName string
Context string
MarkedContext string
Comment string
}