Documentation ¶ Index ¶ func ConnectAndLoadUsers(adapter Adapter) (moleculer.Payload, moleculer.Payload, moleculer.Payload) func LoadUsers(adapter Adapter) (moleculer.Payload, moleculer.Payload, moleculer.Payload) type Adapter type M Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ConnectAndLoadUsers ¶ func ConnectAndLoadUsers(adapter Adapter) (moleculer.Payload, moleculer.Payload, moleculer.Payload) func LoadUsers ¶ func LoadUsers(adapter Adapter) (moleculer.Payload, moleculer.Payload, moleculer.Payload) Types ¶ type Adapter ¶ type Adapter interface { Init(*log.Entry, map[string]interface{}) Connect() error Insert(params moleculer.Payload) moleculer.Payload RemoveAll() moleculer.Payload } type M ¶ type M map[string]interface{} Source Files ¶ View all Source files test_mocks.go Click to show internal directories. Click to hide internal directories.