Paul 7 anni fa
parent
commit
76a84d15f6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      middleware/auth/session_debug.go

+ 1
- 1
middleware/auth/session_debug.go Vedi File

6
 
6
 
7
 type DebugSessionStore struct{}
7
 type DebugSessionStore struct{}
8
 
8
 
9
-func NewDebugSessionStore(address string, password string) *DebugSessionStore {
9
+func NewDebugSessionStore() *DebugSessionStore {
10
 	return &DebugSessionStore{}
10
 	return &DebugSessionStore{}
11
 }
11
 }
12
 
12