Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PersistenceOptions ¶
type PersistenceOptions struct {
// contains filtered or unexported fields
}
PersistenceOptions is a registry of loaders for persistence options
func (*PersistenceOptions) GetLinkSystem ¶
func (po *PersistenceOptions) GetLinkSystem(name string) (ipld.LinkSystem, bool)
GetLinkSystem returns the link system for the named persistence option
func (*PersistenceOptions) Register ¶
func (po *PersistenceOptions) Register(name string, linkSystem ipld.LinkSystem) error
Register registers a new link system for the response manager
func (*PersistenceOptions) Unregister ¶
func (po *PersistenceOptions) Unregister(name string) error
Unregister unregisters a link system for the response manager
Click to show internal directories.
Click to hide internal directories.