Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProtocolID = protocol.ID("/did/comm/0.0.1")
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientHandler ¶
type ClientHandler struct {
// contains filtered or unexported fields
}
type ClientStream ¶
type ClientStream struct {
// contains filtered or unexported fields
}
type ServerHandler ¶
type ServerHandler struct {
// contains filtered or unexported fields
}
func NewServerHandler ¶
func NewServerHandler(nstream network.Stream, store comm.Store, idStore did.IdentityStore) *ServerHandler
Click to show internal directories.
Click to hide internal directories.