forms

package
v0.14.1 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 EndpointCreate added in v0.14.0

type EndpointCreate struct {
	Name              string
	TextDisable       bool
	AttachmentDisable bool
	TitleTemplate     string
	BodyTemplate      string
	Kind              string
	Config            []endpointConfig
}

type EndpointUpdate added in v0.14.0

type EndpointUpdate struct {
	Name              string
	TextDisable       bool
	AttachmentDisable bool
	TitleTemplate     string
	BodyTemplate      string
	Kind              string
	Config            []endpointConfig
}

type EnvelopeCreate

type EnvelopeCreate struct {
	Subject string
	From    string
	To      string
	ToSlice []string `schema:"-"`
	Body    string
}

type Login added in v0.13.1

type Login struct {
	Username string
	Password string
}

type RuleCreate

type RuleCreate struct {
	Name       string
	Expression string
	Endpoints  []int64
}

type RuleUpdate

type RuleUpdate struct {
	Name       string
	Expression string
	Endpoints  []int64
}

Jump to

Keyboard shortcuts

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