Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditInfoDeserializer ¶
type BinderService ¶
type Deserializer ¶
type DeserializerManager ¶
type DeserializerManager interface {
AddDeserializer(deserializer Deserializer)
DeserializeSigner(raw []byte) (tdriver.Signer, error)
}
type IdentityProvider ¶
type IdentityProvider interface {
// RegisterAuditInfo binds the passed audit info to the passed identity
RegisterAuditInfo(identity driver.Identity, info []byte) error
// GetAuditInfo returns the audit info associated to the passed identity, nil if not found
GetAuditInfo(identity driver.Identity) ([]byte, error)
}
type NetworkBinderService ¶
Click to show internal directories.
Click to hide internal directories.