Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // StatusOK is a missing response status field meaning OK in NeoFS protocol. It // allows to make code more clear instead of passing nil. StatusOK *protostatus.Status // StatusOKErr is an error corresponding to [StatusOK]. It allows to make code // more clear instead of passing nil. StatusOKErr error )
Functions ¶
func SignResponse ¶ added in v0.45.0
func SignResponse[R sdkcrypto.ProtoMessage](signer *ecdsa.PrivateKey, r sdkcrypto.SignedResponse[R]) *protosession.ResponseVerificationHeader
func ToRequestSignatureVerificationError ¶ added in v0.45.0
ToRequestSignatureVerificationError constructs status error describing request signature verification failure with the given cause.
func ToStatus ¶ added in v0.45.0
func ToStatus(err error) *protostatus.Status
ToStatus unwraps the deepest error from err and converts it into the response status.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.