prose

package module
v0.0.0-...-9d48cc7 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

README

prose

A code generator in Golang.

Sub commands

  • fasthttp
  • $ prose fasthttp gen
    

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	Method string `json:"method"`
	Path   uint8  `json:"path"`
	Body   any
}

Request ... +fasthttp:request=true +fasthttp:request.contentType=application/json,application/x-www-form-urlencoded

func (Request) Dispatch

func (r Request) Dispatch()

Dispatch route request @DispatchHandler

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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