helpers

package
v0.1.33 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2021 License: AGPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RecordsForm = forms.Form{
	Fields: []forms.Field{
		{
			Name: "records",
			Validators: []forms.Validator{
				forms.IsList{
					Validators: []forms.Validator{
						forms.IsStringMap{
							Form: &epsForms.ChangeRecordForm,
						},
					},
				},
			},
		},
	},
}

Functions

func CLI

func CLI(settings *eps.Settings)

func RecordsCommands

func RecordsCommands(settings *eps.Settings) ([]cli.Command, error)

func Server

func Server(settings *eps.Settings) ([]cli.Command, error)

func Settings

func Settings(definitions *eps.Definitions) (*eps.Settings, error)

Types

type Records

type Records struct {
	Records []*eps.ChangeRecord `json:"records"`
}

Jump to

Keyboard shortcuts

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