proto

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2021 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GeneratorOptions

type GeneratorOptions struct {
	Timeout string `json:"timeout,omitempty"`
}

type GeneratorPayload

type GeneratorPayload struct {
	Template *GeneratorTemplate `json:"template"`
	Options  *GeneratorOptions  `json:"options"`
	Data     interface{}        `json:"data"`
}

type GeneratorTemplate

type GeneratorTemplate struct {
	ShortId string `json:"shortid,omitempty"`
	Name    string `json:"name,omitempty"`
	Recipe  string `json:"recipe,omitempty"`
	Content string `json:"content,omitempty"`
}

Jump to

Keyboard shortcuts

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