forked from TrueCloudLab/frostfs-node
[#770] morph/event/container: Sync comment and method name
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
722b844aa2
commit
1fedd8f860
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ type Delete struct {
|
|||
// MorphEvent implements Neo:Morph Event interface.
|
||||
func (Delete) MorphEvent() {}
|
||||
|
||||
// Container is a marshalled container structure, defined in API.
|
||||
// ContainerID is a marshalled container structure, defined in API.
|
||||
func (d Delete) ContainerID() []byte { return d.containerID }
|
||||
|
||||
// Signature of marshalled container by container owner.
|
||||
|
|
Loading…
Reference in a new issue