forked from TrueCloudLab/frostfs-node
[#291] Remove unused code from pkg/services/object/head
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
3260e9263e
commit
a51211eda7
9 changed files with 2 additions and 502 deletions
|
@ -29,6 +29,8 @@ type RemoteHeadPrm struct {
|
|||
node *network.Address
|
||||
}
|
||||
|
||||
var ErrNotFound = errors.New("object header not found")
|
||||
|
||||
// NewRemoteHeader creates, initializes and returns new RemoteHeader instance.
|
||||
func NewRemoteHeader(keyStorage *util.KeyStorage, cache *cache.ClientCache, opts ...client.Option) *RemoteHeader {
|
||||
return &RemoteHeader{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue