frostfs-api-go/pkg/client
Leonard Lyubich 7314038069 [#283] pkg/container: Define ID in a separate package
In order to prevent potential cross imports, container ID should be defined
in a separate package as a base type. A similar approach was used in the
NeoFS API design.

Create `pkg/container/id` package and replace container ID implementation to
it. Related API in `container` package is deprecated from now.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-05-26 12:24:58 +03:00
..
accounting.go [#277] go.mod: remove pkg/errors 2021-05-19 11:14:56 +03:00
client.go [#286] client: Delete useless raw client init 2021-05-24 16:56:59 +03:00
container.go [#283] pkg/container: Define ID in a separate package 2021-05-26 12:24:58 +03:00
netmap.go [#277] go.mod: remove pkg/errors 2021-05-19 11:14:56 +03:00
object.go [#277] go.mod: remove pkg/errors 2021-05-19 11:14:56 +03:00
opts.go [#286] client: Add TLS options 2021-05-24 16:56:59 +03:00
raw.go [#263] pkg/client: Refactor the client to use raw protobuf client 2021-03-17 14:03:49 +03:00
reputation.go [#277] go.mod: remove pkg/errors 2021-05-19 11:14:56 +03:00
session.go [#277] go.mod: remove pkg/errors 2021-05-19 11:14:56 +03:00