mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Remove commented old method signature
This commit is contained in:
parent
c5d5abef11
commit
2faa08dfba
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue