Paul 6 vuotta sitten
vanhempi
commit
76a84d15f6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      middleware/auth/session_debug.go

+ 1
- 1
middleware/auth/session_debug.go Näytä tiedosto

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