router

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2024 License: MIT Imports: 6 Imported by: 0

README

HTTP Router

This directory handles routing logic and endpoint definitions.

Directory Guidelines

  • For complex domain-specific routers, create subdirectories.
  • For simpler setups, place the routing .go files directly in this directory.
Example Structure
router
├── sub-directory               # when hit a complexity
│   └── router_<group_name>_<some_action>.go
└── router_some_action.go       # when simple implementation

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRouterAuth

func NewRouterAuth() *routerAuthImpl

Types

This section is empty.

Jump to

Keyboard shortcuts

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