The start of mud - the micro data model (#1811)

* The start of mud - the micro data model

* add comments
This commit is contained in:
Asim Aslam
2020-07-09 12:11:32 +01:00
committed by GitHub
parent e5db6ea8a7
commit 58d6726380
3 changed files with 158 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ type Entity interface {
}
type Options struct {
// Database to write to
Database string
// for serialising
Codec codec.Marshaler
// for locking