liberary

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2023 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 Keyword

type Keyword struct {
	Id      uint64 `json:"keyword_id"`
	Name    string `json:"name"`
	Example string `json:"example"`
}

type Template

type Template struct {
	Id       string    `json:"id"`
	Title    string    `json:"title"`
	Keywords []Keyword `json:"keyword_list,omitempty"`
}

func Get

func Get(clt *core.Client, templateId string) (tmp Template, err error)

获取模板库某个模板标题下关键词库

func List

func List(clt *core.Client, offset uint, count uint) (total uint, list []Template, err error)

获取小程序模板库标题列表

Jump to

Keyboard shortcuts

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