forked from TrueCloudLab/frostfs-sdk-go
[#52] Remove storage groups and audit
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
38b03ff28b
commit
29b188db57
13 changed files with 1 additions and 1343 deletions
|
@ -9,7 +9,7 @@ type Type object.Type
|
|||
const (
|
||||
TypeRegular Type = iota
|
||||
TypeTombstone
|
||||
TypeStorageGroup
|
||||
_
|
||||
TypeLock
|
||||
)
|
||||
|
||||
|
@ -25,7 +25,6 @@ func TypeFromV2(t object.Type) Type {
|
|||
//
|
||||
// String mapping:
|
||||
// - TypeTombstone: TOMBSTONE;
|
||||
// - TypeStorageGroup: STORAGE_GROUP;
|
||||
// - TypeLock: LOCK;
|
||||
// - TypeRegular, default: REGULAR.
|
||||
func (t Type) String() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue