Documentation ¶
Index ¶
- type DummyPlugin
- func (s DummyPlugin) Close() (*plugin.Stats, error)
- func (s DummyPlugin) Delete(userId string) error
- func (s DummyPlugin) GetConfig() plugin.Config
- func (s DummyPlugin) GetVersion() (string, string, string)
- func (s DummyPlugin) Open(config plugin.Config, operation plugin.OperationType) error
- func (s DummyPlugin) Read() ([]*api.User, error)
- func (s DummyPlugin) Write(user *api.User) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyPlugin ¶
type DummyPlugin struct { Config config.DummyPluginConfig Operation plugin.OperationType }
func NewDummyPlugin ¶
func NewDummyPlugin() *DummyPlugin
func (DummyPlugin) Delete ¶
func (s DummyPlugin) Delete(userId string) error
func (DummyPlugin) GetConfig ¶
func (s DummyPlugin) GetConfig() plugin.Config
func (DummyPlugin) GetVersion ¶
func (s DummyPlugin) GetVersion() (string, string, string)
func (DummyPlugin) Open ¶
func (s DummyPlugin) Open(config plugin.Config, operation plugin.OperationType) error
Click to show internal directories.
Click to hide internal directories.