Home
last modified time | relevance | path

Searched defs:followersIntermediateType (Results 1 – 1 of 1) sorted by relevance

/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/vocab/
H A Dgen_intermediate.go825 type followersIntermediateType struct { struct
827 unknown_ interface{}
829 Collection CollectionType
831 OrderedCollection OrderedCollectionType
833 anyURI *url.URL
837 func (t *followersIntermediateType) Deserialize(i interface{}) (err error) {
890 func (t *followersIntermediateType) Serialize() (i interface{}, err error) {
5522 func serializeFollowersIntermediateType(t *followersIntermediateType) (i interface{}, err error) {
5529 func serializeSliceFollowersIntermediateType(s []*followersIntermediateType) (out []interface{}, er…