Home
last modified time | relevance | path

Searched defs:contentIntermediateType (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.go991 type contentIntermediateType struct { struct
993 unknown_ interface{}
995 stringName *string
997 langString *string
999 IRI *url.URL
1003 func (t *contentIntermediateType) Deserialize(i interface{}) (err error) {
1041 func (t *contentIntermediateType) Serialize() (i interface{}, err error) {
5606 func serializeContentIntermediateType(t *contentIntermediateType) (i interface{}, err error) {
5613 func serializeSliceContentIntermediateType(s []*contentIntermediateType) (out []interface{}, err er…