schema

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2021 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 Audience

type Audience struct {
	Obj AudienceObj `json:"obj"`
}

type AudienceObj

type AudienceObj struct {
	Metadata map[string]string   `json:"metadata"`
	Property AudienceObjProperty `json:"property"`
}

type AudienceObjProperty

type AudienceObjProperty struct {
	Name string   `json:"name"`
	Tmln []string `json:"tmln"`
	User []string `json:"user"`
}

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

Jump to

Keyboard shortcuts

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