manticore

package module
v0.0.0-...-e010e2b Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

README

Getting Started

  1. go get github.com/PabloG6/manticore
  2. manticore new app
  3. cd app
  4. manticore generate controller user

Documentation

Overview

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Routes *gin.Engine
}

func Default

func Default() *App

func New

func New() *App

func (*App) ALL

func (app *App) ALL(path string, handler gin.HandlerFunc) gin.IRoutes

func (*App) DELETE

func (app *App) DELETE(path string, handler gin.HandlerFunc) gin.IRoutes

func (*App) GET

func (app *App) GET(path string, handler gin.HandlerFunc) gin.IRoutes

func (*App) PATCH

func (app *App) PATCH(path string, handler gin.HandlerFunc) gin.IRoutes

func (*App) POST

func (app *App) POST(path string, handler gin.HandlerFunc) gin.IRoutes

func (*App) PUT

func (app *App) PUT(path string, handler gin.HandlerFunc) gin.IRoutes

func (*App) Router

func (app *App) Router(path string, routes RoutesFn)

* quickly bootstrap a list of controller functions with the routesFn struct.

func (*App) Start

func (app *App) Start(port ...string)

type RoutesFn

type RoutesFn struct {
	Create gin.HandlerFunc
	Delete gin.HandlerFunc
	Put    gin.HandlerFunc
	Patch  gin.HandlerFunc
	Get    gin.HandlerFunc
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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