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) GetLoader ¶
func (po *PersistenceOptions) GetLoader(name string) (ipld.Loader, bool)
GetLoader returns the loader for the named persistence option
func (*PersistenceOptions) Register ¶
func (po *PersistenceOptions) Register(name string, loader ipld.Loader) error
Register registers a new loader for the response manager
func (*PersistenceOptions) Unregister ¶
func (po *PersistenceOptions) Unregister(name string) error
Unregister unregisters a loader for the response manager
Click to show internal directories.
Click to hide internal directories.