Categorygithub.com/caesar-rocks/vexillum
modulepackage
0.0.2
Repository: https://github.com/caesar-rocks/vexillum.git
Documentation: pkg.go.dev

# README

📜 Caesar Vexillum

Caesar is a Go web framework, designed for productivity. It takes inspiration from traditional web frameworks such as Ruby on Rails, Laravel, Django, Phoenix, AdonisJS, etc.

[!NOTE]

Vexillum is a Latin word that means flag.

This library is a (very, very, very) lightweight feature flag library for the Caesar web framework.

It allows you to enable or disable features in your application.

# Functions

IsFeatureActive returns true if the feature is active.
New returns a new Vexillum instance.
VexillumMiddleware is a middleware that injects feature flags into the context (so that it can be used in the templ views).

# Constants

No description provided by the author

# Structs

Vexillum is a (very, very, very) lightweight feature flagging feature for Caesar.

# Type aliases

No description provided by the author