test

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

type Item struct {
	Title string   `yaml:"title"`
	Body  string   `yaml:"body"`
	Info  ItemInfo `yaml:"info"`
}

type ItemInfo

type ItemInfo struct {
	Text       string   `yaml:"text"`
	ImageUrls  []string `yaml:"image_urls"`
	ReplyUrl   string   `yaml:"reply_url"`
	ForwardUrl string   `yaml:"forward_url"`
}

func (ItemInfo) EqItemBody

func (lhs ItemInfo) EqItemBody(rhs tg.ItemBody) bool

type Items

type Items struct {
	Items []Item `yaml:"items"`
}

Jump to

Keyboard shortcuts

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