router

package
v0.0.0-...-3162904 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2025 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IRouter

type IRouter interface {
	GetRouters() chi.Router
}

func NewRouter

func NewRouter(adb *adb.Adb, logger *zap.Logger, ctx context.Context, validator *validator.Validate) IRouter

type Router

type Router struct {
	Adb       *adb.Adb
	Logger    *zap.Logger
	Ctx       context.Context
	ChiRouter chi.Router
	Validator *validator.Validate
}

func (*Router) GetRouters

func (r *Router) GetRouters() chi.Router

Jump to

Keyboard shortcuts

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