This repository has been archived on 2022-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
activitypub/activitystreams
2018-12-23 17:10:11 +01:00
..
activity.go Fix loading to/bto/cc/bcc 2018-12-08 15:45:21 +01:00
activity_test.go Final activity tests 2018-11-10 22:01:19 +01:00
actors.go Streamlined objects unmarshalling to get rid of duplicated work on same properties 2018-12-02 16:50:40 +01:00
actors_test.go Added Json unmarshalling for the Person tupe and its aliases 2018-11-22 13:48:40 +01:00
collections.go Streamlined objects unmarshalling to get rid of duplicated work on same properties 2018-12-02 16:50:40 +01:00
collections_test.go More collections tests 2018-11-04 20:07:26 +01:00
item.go Add First() method for ItemCollection and using it to return the type 2018-11-10 22:35:57 +01:00
item_test.go Adding placeholder test functions 2018-11-10 22:37:06 +01:00
link.go Adding Tag property unmarshalling for Objects 2018-11-14 13:42:08 +01:00
link_test.go Adding placeholder test functions 2018-11-10 22:37:06 +01:00
object.go Added icon and image properties to object unmarshalling 2018-12-23 17:10:11 +01:00
object_test.go Added icon and image properties to object unmarshalling 2018-12-23 17:10:11 +01:00
unmarshalling.go Fix loading to/bto/cc/bcc 2018-12-08 15:45:21 +01:00
unmarshalling_test.go Added generic UnmarshalJSON for activitystreams package 2018-11-22 13:35:20 +01:00
uri.go Remove URI type in favour of IRI 2018-10-11 20:13:34 +02:00
uri_test.go Adding placeholder test functions 2018-11-10 22:37:06 +01:00