Discover Packages
github.com/findy-network/findy-agent
std
didexchange
v1
package
Version:
v0.30.60
Opens a new window with list of versions in this module.
Published: Apr 3, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Complete struct {
Type string `json:"@type,omitempty"`
ID string `json:"@id,omitempty"`
Thread *our .Thread `json:"~thread,omitempty"`
}
type Request struct {
Type string `json:"@type,omitempty"`
ID string `json:"@id,omitempty"`
DID string `json:"did,omitempty"`
DIDDoc *decorator .Attachment `json:"did_doc~attach,omitempty"`
Thread *our .Thread `json:"~thread,omitempty"`
Label string `json:"label,omitempty"`
}
type Response struct {
Type string `json:"@type,omitempty"`
ID string `json:"@id,omitempty"`
DID string `json:"did,omitempty"`
DIDDoc *decorator .Attachment `json:"did_doc~attach,omitempty"`
Thread *our .Thread `json:"~thread,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.