19 Commits

Author SHA1 Message Date
ae24db0c08 Clarified Add method's comments 2024-10-20 14:31:54 +02:00
8ce7d54d00 Return the index of the added element 2024-10-20 12:57:24 +02:00
764b143ff8 Changed comments a bit 2024-10-20 12:41:09 +02:00
bcf2532372 Rename id in Delete methods to index 2024-10-20 12:35:26 +02:00
c0f5306715 Use pointers to make generic functions work 2024-10-20 12:20:25 +02:00
a49e853efb Use generics for Add and Delete Methods 2024-10-20 12:03:26 +02:00
e0384904b4 Added Delete methods for slice elements to common attributes, entry, feed, person and source 2024-10-20 10:49:29 +02:00
7f30fd5411 Instanciate common attributes everywhere so one can simply use the extend method 2024-10-19 14:52:19 +02:00
57db4178d0 Get rid of checks when creating constructs. Check should handle this. 2024-10-19 14:12:51 +02:00
f4dfd6d060 Added more error handling and necessary functions 2024-10-19 12:28:09 +02:00
d4e7bce5e2 Unify error messages 2024-10-18 19:04:08 +02:00
9445a7c4cd Use built-in xml attributes 2024-10-17 21:44:19 +02:00
42416d13e7 Bring back proper extensionAttributes 2024-10-17 21:27:54 +02:00
b70ff82141 Delete extensionAttribute.go and simplify undefined attributes 2024-10-17 21:08:41 +02:00
3172a4865a Create needed functions for common attributes and their extensions 2024-10-17 20:48:32 +02:00
0c24f80d09 Rename package to atom 2024-10-16 21:28:04 +02:00
4220a2acc6 Added and corrected comments 2024-10-16 19:59:28 +02:00
082e71a698 Change URI to IRI after finding validation pattern 2024-10-16 17:33:25 +02:00
92c794d070 First implementation of an atom feed 2024-10-13 17:19:40 +02:00