GetSubjects - Get subject collection
()
| 71 | |
| 72 | // GetSubjects - Get subject collection |
| 73 | func (s *SubjectCollection) GetSubjects() []*base.Subject { |
| 74 | return s.subjects |
| 75 | } |
| 76 | |
| 77 | // Add - New subject to collection. |
| 78 | func (s *SubjectCollection) Add(subject *base.Subject) { |
no outgoing calls