Initial commit (history squashed)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace StellaOps.Feedser.Source.CertFr.Internal;
|
||||
|
||||
public sealed record CertFrFeedItem(
|
||||
string AdvisoryId,
|
||||
Uri DetailUri,
|
||||
DateTimeOffset Published,
|
||||
string? Title,
|
||||
string? Summary);
|
||||
Reference in New Issue
Block a user