request

package
v3.2.16 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Control

type Control struct {
	Property Property `json:"property"`
	Config   struct {
	} `json:"config"`
}

type Placeholder

type Placeholder struct {
	Text string `json:"text"`
	Lang string `json:"lang"`
}

type Property

type Property struct {
	Control     string        `json:"control"`
	Id          string        `json:"id"`
	Title       []Title       `json:"title"`
	Placeholder []Placeholder `json:"placeholder"`
	Require     int           `json:"require"`
	UnPrint     int           `json:"un_print"`
}

type RequestUpdateTemplate

type RequestUpdateTemplate struct {
	TemplateId      string          `json:"template_id"`
	TemplateName    []TemplateName  `json:"template_name"`
	TemplateContent TemplateContent `json:"template_content"`
}

type TemplateContent

type TemplateContent struct {
	Controls []Control `json:"controls"`
}

type TemplateName

type TemplateName struct {
	Text string `json:"text"`
	Lang string `json:"lang"`
}

type Title

type Title struct {
	Text string `json:"text"`
	Lang string `json:"lang"`
}

Jump to

Keyboard shortcuts

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