Settings and final newlines
This commit is contained in:
parent
3cc7d54907
commit
0b0d074cf6
4 changed files with 7 additions and 3 deletions
|
@ -3,4 +3,4 @@ namespace SDBD;
|
|||
public record Document(
|
||||
Dictionary<string, string> Metadata,
|
||||
byte[] Data
|
||||
);
|
||||
);
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
public interface ICodec {
|
||||
Document Decode(byte[] data);
|
||||
byte[] Encode(Document document);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue