Documentation
¶
Index ¶
- Variables
- func Internal__GetCurrentNPMVersion() string
- type Action
- type ActionFunc
- type ActionReqData
- type ActionsRouter
- type ActionsRouterOptions
- type AdHocType
- type FormData
- type HeadEls
- type Loader
- type LoaderError
- type LoaderFunc
- type LoaderReqData
- type LoadersRouter
- type LoadersRouterOptions
- type None
- type Vorma
- type VormaAppConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MustGetPort = wave.MustGetPort GetIsDev = wave.GetIsDev SetModeToDev = wave.SetModeToDev IsJSONRequest = vormaruntime.IsJSONRequest VormaBuildIDHeaderKey = vormaruntime.VormaBuildIDHeaderKey EnableThirdPartyRouter = mux.InjectTasksCtxMiddleware )
Re-exported functions
Functions ¶
func Internal__GetCurrentNPMVersion ¶
func Internal__GetCurrentNPMVersion() string
Types ¶
type ActionFunc ¶
Type aliases for public API
type ActionReqData ¶
type ActionReqData[I any] = vormaruntime.ActionReqData[I]
Type aliases for public API
type ActionsRouterOptions ¶
type ActionsRouterOptions = vormaruntime.ActionsRouterOptions
Type aliases for public API
type LoaderFunc ¶
Type aliases for public API
type LoadersRouterOptions ¶
type LoadersRouterOptions = vormaruntime.LoadersRouterOptions
Type aliases for public API
type Vorma ¶
type Vorma = vormaruntime.Vorma
Type aliases for public API
func NewVormaApp ¶
func NewVormaApp(o VormaAppConfig) *Vorma
Directories
¶
| Path | Synopsis |
|---|---|
|
This package is not meant to be called directly by users.
|
This package is not meant to be called directly by users. |
|
internal
|
|
|
junk-drawer/playground/embedded
command
|
|
|
junk-drawer/playground/matcher
command
|
|
|
junk-drawer/playground/tstyper
command
|
|
|
junk-drawer/playground/validate
command
|
|
|
scripts/buildts
command
|
|
|
scripts/bumper
command
|
|
|
scripts/npm_bumper
command
|
|
|
scripts/sum
command
|
|
|
kit
|
|
|
bytesutil
Package bytesutil provides utility functions for byte slice operations.
|
Package bytesutil provides utility functions for byte slice operations. |
|
cryptoutil
Package cryptoutil provides utility functions for cryptographic operations.
|
Package cryptoutil provides utility functions for cryptographic operations. |
|
csrf
Package csrf provides a robust, stateless, and layered CSRF protection middleware for Go.
|
Package csrf provides a robust, stateless, and layered CSRF protection middleware for Go. |
|
fsutil
Package fsutil provides utility functions for working with the filesystem.
|
Package fsutil provides utility functions for working with the filesystem. |
|
genericsutil
Package genericsutil provides helpers for implementing type erasure patterns
|
Package genericsutil provides helpers for implementing type erasure patterns |
|
lru
Package lru implements a generic Least Recently Used (LRU) cache with support for "spam" items and TTL (Time-To-Live).
|
Package lru implements a generic Least Recently Used (LRU) cache with support for "spam" items and TTL (Time-To-Live). |
|
securebytes
This package assumes that the caller's use case is not sensitive to timing attacks.
|
This package assumes that the caller's use case is not sensitive to timing attacks. |
|
securestring
This package assumes that the caller's use case is not sensitive to timing attacks.
|
This package assumes that the caller's use case is not sensitive to timing attacks. |
|
signedcookie
Deprecated: Use github.com/vormadev/vorma/kit/cookies instead.
|
Deprecated: Use github.com/vormadev/vorma/kit/cookies instead. |
|
tasks
A "Task", as used in this package, is simply a function that takes in input, returns data (or an error), and runs a maximum of one time per execution context / input value pairing, even if invoked repeatedly during the lifetime of the execution context.
|
A "Task", as used in this package, is simply a function that takes in input, returns data (or an error), and runs a maximum of one time per execution context / input value pairing, even if invoked repeatedly during the lifetime of the execution context. |
|
validate
Package validate provides a simple way to validate and parse data from HTTP requests.
|
Package validate provides a simple way to validate and parse data from HTTP requests. |
|
lab
|
|
|
fsmarkdown
buyer beware
|
buyer beware |
|
jsonschema
NOTE:
|
NOTE: |
|
parseutil
NOTE:
|
NOTE: |
|
timer
Package timer provides a simple timer for measuring the duration of code execution.
|
Package timer provides a simple timer for measuring the duration of code execution. |
|
xyz
buyer beware
|
buyer beware |
|
Package wave provides runtime services for Wave applications.
|
Package wave provides runtime services for Wave applications. |
|
tooling
Package tooling provides build-time and dev-time functionality for Wave.
|
Package tooling provides build-time and dev-time functionality for Wave. |
Click to show internal directories.
Click to hide internal directories.