service: make RequestData to provide ExtendedHeadersSource interface

This commit is contained in:
Leonard Lyubich 2020-06-18 15:47:55 +03:00
parent 2bef390cc6
commit db53e2ea39
4 changed files with 98 additions and 0 deletions

View file

@ -255,6 +255,7 @@ type RequestData interface {
SignedDataSource
SessionTokenSource
BearerTokenSource
ExtendedHeadersSource
}
// RequestSignedData is an interface of request information with signature write access.