mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
session + user structs, some light refactoring, user roles
This commit is contained in:
@@ -87,3 +87,11 @@ func (s *Series) Frequency() string {
|
||||
func (s *Series) SetFrequency(frequency string) {
|
||||
s.Set(SERIES_FREQUENCY_FIELD, frequency)
|
||||
}
|
||||
|
||||
func (s *Series) Editor() string {
|
||||
return s.GetString(EDITOR_FIELD)
|
||||
}
|
||||
|
||||
func (s *Series) SetEditor(editor string) {
|
||||
s.Set(EDITOR_FIELD, editor)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user