controller

package
v0.0.0-...-3f65eb9 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Feed

type Feed struct{}

func (Feed) GetFeed

func (ctrl Feed) GetFeed(c echo.Context) error

type Healthcheck

type Healthcheck struct{}

func (Healthcheck) GetHealthcheck

func (ctrl Healthcheck) GetHealthcheck(c echo.Context) error

GetHealthcheck returns the current functional state of the application

type Importer

type Importer struct{}

func (Importer) ImportUser

func (ctrl Importer) ImportUser(c echo.Context) error

type User

type User struct{}

func (User) GetUser

func (ctrl User) GetUser(c echo.Context) error

func (User) GetUserDetails

func (ctrl User) GetUserDetails(c echo.Context) error

func (User) GetUserJSON

func (ctrl User) GetUserJSON(c echo.Context) error

type UserEntity

type UserEntity struct {
	Name string `json:"name" validate:"required"`
}

type UserViewModel

type UserViewModel struct {
	Name      string
	PublicDir string
}

Jump to

Keyboard shortcuts

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