Versions in this module Expand all Collapse all v0 v0.8.0-beta1 Jul 25, 2017 v0.7.3 Jun 7, 2017 Changes in this version + func New() (interface{}, error) + func Run(apiTLSConfig *api.TLSConfig) error + type MongoDB struct + func (m *MongoDB) CreateUser(statements dbplugin.Statements, usernameConfig dbplugin.UsernameConfig, ...) (username string, password string, err error) + func (m *MongoDB) RenewUser(statements dbplugin.Statements, username string, expiration time.Time) error + func (m *MongoDB) RevokeUser(statements dbplugin.Statements, username string) error + func (m *MongoDB) Type() (string, error)