controllers

package
v0.0.0-...-977fba5 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package controllers MVC Controller with route prefix /.

Index

Constants

This section is empty.

Variables

View Source
var ControllerRegistration map[string]interface{}

Functions

This section is empty.

Types

type Controller

type Controller struct{}

Controller Default.

func (*Controller) Get

func (o *Controller) Get(i iris.Context) interface{}

Get Home.

@Ignore() @Response(app/logics/index.HomeResponse)

func (*Controller) GetPing

func (o *Controller) GetPing(i iris.Context) interface{}

GetPing Health check.

@Response(app/logics/index.PingResponse)

func (*Controller) PostConsume

func (o *Controller) PostConsume(i iris.Context) interface{}

PostConsume Example consume.

@Ignore(true) todo : debug for self consumed.

Directories

Path Synopsis
Package task MVC Controller with route prefix /task.
Package task MVC Controller with route prefix /task.
Package topic MVC Controller with route prefix /topic.
Package topic MVC Controller with route prefix /topic.

Jump to

Keyboard shortcuts

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