The start of mud - the micro data model (#1811)
* The start of mud - the micro data model * add comments
This commit is contained in:
@@ -39,6 +39,8 @@ type Entity interface {
|
||||
}
|
||||
|
||||
type Options struct {
|
||||
// Database to write to
|
||||
Database string
|
||||
// for serialising
|
||||
Codec codec.Marshaler
|
||||
// for locking
|
||||
|
Reference in New Issue
Block a user