app

package
v0.0.0-...-f6d4ea8 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2019 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateApp

func CreateApp(c echo.Context) error

Types

type CreateAppRequest

type CreateAppRequest struct {
	Name           string `json:"name" form:"name" query:"name" validate:"gt=0"`
	AllowAnonymous bool   `json:"allow_anonymous" form:"allow_anonymous" query:"allow_anonymous"`
	AllowStranger  bool   `json:"allow_stranger" form:"allow_stranger" query:"allow_stranger"`
}

Jump to

Keyboard shortcuts

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