Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Collection ¶
func (*Collection) Decode ¶
func (c *Collection) Decode(data []byte) error
func (*Collection) Encode ¶
func (c *Collection) Encode() ([]byte, error)
type Notification ¶
type Notification common.Notification
func (*Notification) Decode ¶
func (t *Notification) Decode(data []byte) error
func (*Notification) Encode ¶
func (t *Notification) Encode() ([]byte, error)
type TeaData ¶
type TeaData struct {
Name string `json:"name"`
Type string `json:"type"`
Description string `json:"description"`
}
func FromCommonTeaData ¶
func (*TeaData) ToCommonTeaData ¶
Click to show internal directories.
Click to hide internal directories.