Documentation ¶
Index ¶
- type Callee
- func (p *Callee) ConnReqToResp() (respMsg didcomm.PwMsg)
- func (p *Callee) ConnReqToRespWithSet(f func(m didcomm.PwMsg)) (respMsg didcomm.PwMsg, err error)
- func (p *Callee) MeDID() string
- func (p *Callee) RespMsgAndOurDID() (msg didcomm.PwMsg)
- func (p *Callee) SaveEndpoint(addr string)
- func (p *Callee) StartStore()
- func (p *Callee) StoreResult() error
- func (p *Callee) YouDID() string
- type Caller
- func (p *Caller) Bind(msg didcomm.PwMsg)
- func (p *Caller) Build(attachToAgency bool)
- func (p *Caller) MeDID() string
- func (p *Caller) ReceiveResponse(encryptedResponse string) didcomm.PwMsg
- func (p *Caller) SaveEndpoint(addr string)
- func (p *Caller) StartStore()
- func (p *Caller) StoreResult() error
- func (p *Caller) YouDID() string
- type Pairwise
- type Saver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Callee ¶
func NewCalleePairwise ¶
func (*Callee) ConnReqToResp ¶
func (*Callee) ConnReqToRespWithSet ¶
func (*Callee) RespMsgAndOurDID ¶
func (*Callee) SaveEndpoint ¶
func (*Callee) StartStore ¶
func (p *Callee) StartStore()
func (*Callee) StoreResult ¶
type Caller ¶
type Caller struct { Pairwise // contains filtered or unexported fields }
func NewCallerPairwise ¶
func (*Caller) ReceiveResponse ¶
func (*Caller) SaveEndpoint ¶
func (*Caller) StartStore ¶
func (p *Caller) StartStore()
func (*Caller) StoreResult ¶
Click to show internal directories.
Click to hide internal directories.