forked from TrueCloudLab/frostfs-api-go
1f143e54bd
This subdir contains generated proto files and small wrappers.
17 lines
362 B
Go
17 lines
362 B
Go
package container
|
|
|
|
func (m *Container) ReadSignedData(buf []byte) ([]byte, error) {
|
|
return m.StableMarshal(buf)
|
|
}
|
|
|
|
func (m *Container) SignedDataSize() int {
|
|
return m.StableSize()
|
|
}
|
|
|
|
func (m *PutRequest_Body) ReadSignedData(buf []byte) ([]byte, error) {
|
|
return m.StableMarshal(buf)
|
|
}
|
|
|
|
func (m *PutRequest_Body) SignedDataSize() int {
|
|
return m.StableSize()
|
|
}
|