forked from TrueCloudLab/frostfs-api-go
service: make RequestData to provide BearerTokenSource interface
This commit is contained in:
parent
ce5264a479
commit
3f7d3f8a86
6 changed files with 73 additions and 0 deletions
|
@ -254,6 +254,7 @@ type DataWithSignKeySource interface {
|
|||
type RequestData interface {
|
||||
SignedDataSource
|
||||
SessionTokenSource
|
||||
BearerTokenSource
|
||||
}
|
||||
|
||||
// RequestSignedData is an interface of request information with signature write access.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue