Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ack ¶
type Ack struct {
Type string `json:"@type,omitempty"`
ID string `json:"@id,omitempty"`
Status string `json:"status,omitempty"`
Thread *decorator.Thread `json:"~thread,omitempty"`
}
Ack acknowledgement struct
type Envelope ¶ added in v0.1.1
type Envelope struct {
Protected string `json:"protected,omitempty"`
IV string `json:"iv,omitempty"`
CipherText string `json:"ciphertext,omitempty"`
Tag string `json:"tag,omitempty"`
}
Envelope for the DIDComm transport messages.
type Forward ¶ added in v0.1.1
type Forward struct {
Type string `json:"@type,omitempty"`
ID string `json:"@id,omitempty"`
To string `json:"@to,omitempty"`
Msg *Envelope `json:"@msg,omitempty"`
}
Forward route forward message. nolint lll - url in the next line is long https://github.com/hyperledger/aries-rfcs/blob/master/concepts/0094-cross-domain-messaging/README.md#corerouting10forward
type ProblemReport ¶ added in v0.1.1
type ProblemReport struct {
Type string `json:"@type"`
ID string `json:"@id"`
Description struct {
Code string `json:"code"`
} `json:"description"`
}
ProblemReport problem report definition TODO: need to provide full ProblemReport structure https://github.com/hyperledger/aries-framework-go/issues/912
Click to show internal directories.
Click to hide internal directories.