mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Remove commented old method signature
This commit is contained in:
@@ -60,7 +60,6 @@ func (c *Cassandra) getConnection() (*gocql.Session, error) {
|
||||
return session.(*gocql.Session), nil
|
||||
}
|
||||
|
||||
// func (c *Cassandra) CreateUser(statements dbplugin.Statements, username, password, expiration string) error {
|
||||
func (c *Cassandra) CreateUser(statements dbplugin.Statements, usernamePrefix string, expiration time.Time) (username string, password string, err error) {
|
||||
// Grab the lock
|
||||
c.Lock()
|
||||
|
||||
Reference in New Issue
Block a user