Home
last modified time | relevance | path

Searched defs:followingIntermediateType (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.go2441 type followingIntermediateType struct { struct
2443 unknown_ interface{}
2445 Collection CollectionType
2447 OrderedCollection OrderedCollectionType
2449 anyURI *url.URL
2453 func (t *followingIntermediateType) Deserialize(i interface{}) (err error) {
2506 func (t *followingIntermediateType) Serialize() (i interface{}, err error) {
6488 func serializeFollowingIntermediateType(t *followingIntermediateType) (i interface{}, err error) {
6495 func serializeSliceFollowingIntermediateType(s []*followingIntermediateType) (out []interface{}, er…