frostfs-sdk-go/eacl
Alex Vanin e70bf05fb9 [#168] eacl: Replace pointer slices with non-pointer slices
- []*Record => []Record
 - []*Filter => []Filter
 - []*Target => []Target

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-03-15 16:59:59 +03:00
..
test [#168] eacl: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
enums.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
enums_test.go [#58] eacl: move package from neofs-api-go 2021-11-09 18:12:53 +03:00
filter.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
filter_test.go [#58] eacl: move package from neofs-api-go 2021-11-09 18:12:53 +03:00
record.go [#168] eacl: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
record_test.go [#168] eacl: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
table.go [#168] eacl: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
table_test.go [#168] eacl: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
target.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
target_test.go [#93] Remove golang.org/x/crypto dependency 2021-12-14 15:27:04 +03:00
types.go [#36] eacl: add eACL table to `ValidationUnit` 2022-01-19 11:06:27 +03:00
validator.go [#168] eacl: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00
validator_test.go [#168] eacl: Replace pointer slices with non-pointer slices 2022-03-15 16:59:59 +03:00