template

package
v0.0.0-...-94578c2 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type Draft

type Draft struct {
	CreateTime  int64  `json:"create_time"`
	UserVersion string `json:"user_version"`
	UserDesc    string `json:"user_desc"`
	DraftId     int    `json:"draft_id"`
}

type GettemplatedraftlistResult

type GettemplatedraftlistResult struct {
	DraftList []*Draft `json:"draft_list"`
}

type GettemplatelistResult

type GettemplatelistResult struct {
	TemplateList []*Template `json:"template_list"`
}

type Template

type Template struct {
	CreateTime  int64  `json:"create_time"`
	UserVersion string `json:"user_version"`
	UserDesc    string `json:"user_desc"`
	TemplateId  int    `json:"template_id"`
}

Jump to

Keyboard shortcuts

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