summaryrefslogtreecommitdiff
path: root/rddb.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-20 04:46:01 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-20 04:46:01 (GMT)
commit795d37b3aa2ee04f9a56a9a75284b0a4ac8a4b0f (patch)
tree3ed36d4de95b12eea09c7cc374f83dbcecfd1dcc /rddb.go
parent7a014c8f0858703ea4f70d1201976ae8c2b45d73 (diff)
session store and session kind of work now
still a lot to be done and a lot of testing is needed!
Diffstat (limited to 'rddb.go')
-rw-r--r--rddb.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rddb.go b/rddb.go
index f596171..bb481f4 100644
--- a/rddb.go
+++ b/rddb.go
@@ -297,7 +297,7 @@ func (self *RdDb) dispatchRequests() {
}
}
-func (self *RdDb) GetChannels() *RdDbChan {
+func (self *RdDb) GetInterface() *RdDbChan {
ch := &RdDbChan{}
ch.getPasswordChan = self.getPasswordChan
ch.getGroupOfCartChan = self.getGroupOfCartChan