adminecho

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2024 License: MIT Imports: 6 Imported by: 1

README

Go Advanced Admin Web Echo

A Highly Customizable Advanced Admin Panel for Go (Still in development a lot) Echo Integration

go report card Go MIT license Go.Dev reference

Installation

Add the module to your project by running:

go get github.com/go-advanced-admin/web-echo

Contributing

Contributions are always welcome! If you're interested in contributing to the project, please take a look at our Contributing Guidelines file for guidelines on how to get started. We appreciate your help in improving the library!

Special Thank you to the following current maintainers:

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Integrator

type Integrator struct {
	// contains filtered or unexported fields
}

func NewIntegrator

func NewIntegrator(g *echo.Group) *Integrator

func (*Integrator) GetFormData

func (i *Integrator) GetFormData(ctx interface{}) map[string][]string

func (*Integrator) GetPathParam

func (i *Integrator) GetPathParam(ctx interface{}, name string) string

func (*Integrator) GetQueryParam

func (i *Integrator) GetQueryParam(ctx interface{}, name string) string

func (*Integrator) GetRequestMethod

func (i *Integrator) GetRequestMethod(ctx interface{}) string

func (*Integrator) HandleRoute

func (i *Integrator) HandleRoute(method, path string, handler admin.HandlerFunc)

func (*Integrator) ServeAssets

func (i *Integrator) ServeAssets(prefix string, renderer admin.TemplateRenderer)

Jump to

Keyboard shortcuts

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