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