app

package
v0.0.0-...-972a02c Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2024 License: MIT Imports: 5 Imported by: 0

README

App Package

This directory contains most of the application logic and is organized into four main subdirectories:

  • components: Standalone Templ components that can be reused across multiple places, such as custom buttons, tables, and navbars.
  • css: The output directory where Tailwind writes its custom CSS classes.
  • handlers: Custom HTTP handlers.
  • views: Similar to the components directory, but contains Templ components that represent entire pages. These pages are typically used in a single location within the app and often utilize components from the components directory.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitAppRoutes

func InitAppRoutes(e *core.ServeEvent, pb *pocketbase.PocketBase)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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