forked from TrueCloudLab/frostfs-api-go
service: defined OwnerKeyContainer and embed it to SessionInfo interface
This commit is contained in:
parent
c8625b2c86
commit
bc413f6280
2 changed files with 19 additions and 1 deletions
|
@ -103,6 +103,11 @@ func (m *Token_Info) SetSessionKey(key []byte) {
|
|||
m.SessionKey = key
|
||||
}
|
||||
|
||||
// SetOwnerKey is an OwnerKey field setter.
|
||||
func (m *Token_Info) SetOwnerKey(key []byte) {
|
||||
m.OwnerKey = key
|
||||
}
|
||||
|
||||
// SetSignature is a Signature field setter.
|
||||
func (m *Token) SetSignature(sig []byte) {
|
||||
m.Signature = sig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue