1
0
Fork 0
forked from 0x2E/fusion
fusion/api
Michael Lynch 64b071b47a Use a constant for the session key name
We're using a 'magic string' for the echo session key name, which makes it easy for the different instances of the string to go out of sync. Using a named constant makes the intent clear and ensures all copies of the key name in the code stay in sync.
2024-12-27 05:23:43 -05:00
..
api.go feat: add logout (#18) 2024-08-24 17:11:06 +08:00
feed.go refactor: list only the feeds that match the condition 2024-08-04 17:35:31 +08:00
group.go feat(#5): create groups and import feeds into them, based on opml 2024-08-25 18:40:34 +08:00
item.go refactor: derive context from user's request 2024-03-18 18:17:43 +08:00
session.go Use a constant for the session key name 2024-12-27 05:23:43 -05:00