forked from TrueCloudLab/frostfs-api-go
Update neofs-api to latest jindo version
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
c3604d00f0
commit
c94cb44b58
17 changed files with 2115 additions and 2236 deletions
|
@ -230,13 +230,6 @@ func (m *DeleteRequest_Body) SetAddress(v *refs.Address) {
|
|||
}
|
||||
}
|
||||
|
||||
// SetOwnerId sets identifier of the removing object owner.
|
||||
func (m *DeleteRequest_Body) SetOwnerId(v *refs.OwnerID) {
|
||||
if m != nil {
|
||||
m.OwnerId = v
|
||||
}
|
||||
}
|
||||
|
||||
// SetBody sets body of the request.
|
||||
func (m *DeleteRequest) SetBody(v *DeleteRequest_Body) {
|
||||
if m != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue