add getAlbumList2

This commit is contained in:
sentriz
2019-05-15 16:03:31 +01:00
parent 4a5b36ccee
commit 5fae510958
7 changed files with 62 additions and 29 deletions

8
handler/handler_const.go Normal file
View File

@@ -0,0 +1,8 @@
package handler
type contextKey int
const (
contextUserKey contextKey = iota
contextSessionKey
)