schema

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: MIT Imports: 0 Imported by: 41

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Invite added in v0.5.0

type Invite struct {
	Obj InviteObj `json:"obj"`
}

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 InviteObjProperty struct {
	Mail string `json:"mail"`
	Stat string `json:"stat"`
}

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 MessageObjProperty struct {
	Text string `json:"text"`
	Reid string `json:"reid"`
}

type Role added in v0.3.0

type Role struct {
	Obj RoleObj `json:"obj"`
}

type RoleObj added in v0.3.0

type RoleObj struct {
	Metadata map[string]string `json:"metadata"`
}

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 TimelineObjProperty struct {
	Desc string `json:"desc"`
	Name string `json:"name"`
	Stat string `json:"stat"`
}

type Update

type Update struct {
	Obj UpdateObj `json:"obj"`
}

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 UpdateObjPropertyAttachment struct {
	Addr string `json:"addr"`
	Type string `json:"type"`
}

type User added in v0.4.0

type User struct {
	Obj UserObj `json:"obj"`
}

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 UserObjPropertyProf struct {
	Desc string `json:"desc"`
	Vent string `json:"vent"`
}

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 struct {
	Addr string `json:"addr"`
	Text string `json:"text"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL