Code

core: Add the store writer plugin type.
authorSebastian Harl <sh@tokkee.org>
Fri, 16 Jan 2015 21:03:52 +0000 (22:03 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 16 Jan 2015 21:03:52 +0000 (22:03 +0100)
A plugin may now provide an implementation of a store by providing a set of
callbacks. For now, this is only about writing to a store. Queries are not
supported through this interface.


No differences found