Home
last modified time | relevance | path

Searched defs:summaryIntermediateType (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.go4807 type summaryIntermediateType struct { struct
4809 unknown_ interface{}
4811 stringName *string
4813 langString *string
4815 IRI *url.URL
4819 func (t *summaryIntermediateType) Deserialize(i interface{}) (err error) {
4857 func (t *summaryIntermediateType) Serialize() (i interface{}, err error) {
7832 func serializeSummaryIntermediateType(t *summaryIntermediateType) (i interface{}, err error) {
7839 func serializeSliceSummaryIntermediateType(s []*summaryIntermediateType) (out []interface{}, err er…