Home
last modified time | relevance | path

Searched defs:locationIntermediateType (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.go1440 type locationIntermediateType struct { struct
1442 unknown_ interface{}
1444 Object ObjectType
1446 Link LinkType
1448 IRI *url.URL
1452 func (t *locationIntermediateType) Deserialize(i interface{}) (err error) {
1505 func (t *locationIntermediateType) Serialize() (i interface{}, err error) {
5900 func serializeLocationIntermediateType(t *locationIntermediateType) (i interface{}, err error) {
5907 func serializeSliceLocationIntermediateType(s []*locationIntermediateType) (out []interface{}, err …