forked from TrueCloudLab/frostfs-api-go
Rename package name
Due to source code relocation from GitHub. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
196241c4e7
commit
f69d2ad83c
156 changed files with 832 additions and 823 deletions
|
@ -1,9 +1,9 @@
|
|||
package session
|
||||
|
||||
import (
|
||||
acl "github.com/TrueCloudLab/frostfs-api-go/v2/acl/grpc"
|
||||
refs "github.com/TrueCloudLab/frostfs-api-go/v2/refs/grpc"
|
||||
status "github.com/TrueCloudLab/frostfs-api-go/v2/status/grpc"
|
||||
acl "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/acl/grpc"
|
||||
refs "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/refs/grpc"
|
||||
status "git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/status/grpc"
|
||||
)
|
||||
|
||||
// SetKey sets key to the X-Header.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue