Commit 1c760ea0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 90821a24
...@@ -132,7 +132,7 @@ type Stateful interface { ...@@ -132,7 +132,7 @@ type Stateful interface {
SetState(state *mem.Buf) error SetState(state *mem.Buf) error
} }
// ---- RAM -> DB: serialize ---- // ---- RAM DB: serialize ----
// pSerialize returns object in serialized form to be saved in the database. // pSerialize returns object in serialized form to be saved in the database.
// //
...@@ -157,7 +157,7 @@ func (obj *Persistent) pSerialize() *mem.Buf { ...@@ -157,7 +157,7 @@ func (obj *Persistent) pSerialize() *mem.Buf {
} }
} }
// ---- RAM <- DB: activate/deactivate/invalidate ---- // ---- RAM DB: activate/deactivate/invalidate ----
// PActivate implements IPersistent. // PActivate implements IPersistent.
func (obj *Persistent) PActivate(ctx context.Context) (err error) { func (obj *Persistent) PActivate(ctx context.Context) (err error) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment