Documentation ¶
Index ¶
- type Invite
- type InviteObj
- type InviteObjProperty
- type Message
- type MessageObj
- type MessageObjProperty
- type Role
- type RoleObj
- type Timeline
- type TimelineObj
- type TimelineObjProperty
- type Update
- type UpdateObj
- type UpdateObjProperty
- type UpdateObjPropertyAttachment
- type User
- type UserObj
- type UserObjProperty
- type UserObjPropertyProf
- type Venture
- type VentureObj
- type VentureObjProperty
- type VentureObjPropertyLink
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InviteObj ¶ added in v0.5.0
type InviteObj struct { Metadata map[string]string `json:"metadata"` Property InviteObjProperty `json:"property"` }
type InviteObjProperty ¶ added in v0.5.0
type Message ¶
type Message struct {
Obj MessageObj `json:"obj"`
}
type MessageObj ¶
type MessageObj struct { Metadata map[string]string `json:"metadata"` Property MessageObjProperty `json:"property"` }
type MessageObjProperty ¶
type Timeline ¶
type Timeline struct {
Obj TimelineObj `json:"obj"`
}
type TimelineObj ¶
type TimelineObj struct { Metadata map[string]string `json:"metadata"` Property TimelineObjProperty `json:"property"` }
type TimelineObjProperty ¶
type UpdateObj ¶
type UpdateObj struct { Metadata map[string]string `json:"metadata"` Property UpdateObjProperty `json:"property"` }
type UpdateObjProperty ¶
type UpdateObjProperty struct { Attachments []UpdateObjPropertyAttachment `json:"attachments"` Head string `json:"head"` Text string `json:"text"` }
type UpdateObjPropertyAttachment ¶ added in v0.9.1
type UserObj ¶ added in v0.4.0
type UserObj struct { Metadata map[string]string `json:"metadata"` Property UserObjProperty `json:"property"` }
type UserObjProperty ¶ added in v0.4.0
type UserObjProperty struct { Desc string `json:"desc"` Mail string `json:"mail"` Name string `json:"name"` Prof []UserObjPropertyProf `json:"prof"` }
type UserObjPropertyProf ¶ added in v0.4.0
type Venture ¶ added in v0.4.0
type Venture struct {
Obj VentureObj `json:"obj"`
}
type VentureObj ¶ added in v0.4.0
type VentureObj struct { Metadata map[string]string `json:"metadata"` Property VentureObjProperty `json:"property"` }
type VentureObjProperty ¶ added in v0.4.0
type VentureObjProperty struct { Desc string `json:"desc"` Link []VentureObjPropertyLink `json:"link"` Name string `json:"name"` }
type VentureObjPropertyLink ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.