models

package
v0.0.0-...-b66f5c4 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppConfig

type AppConfig struct {
	JWTSecret string `mapstructure:"jwt_secret"`
	Gates     []Gate `mapstructure:"gates"`
}

type Gate

type Gate struct {
	Path   string `mapstructure:"path"`
	Method string `mapstructure:"method"`
	Rules  []Rule `mapstructure:"rules"`
}

type Rule

type Rule struct {
	Name   string      `mapstructure:"name"`
	Config interface{} `mapstructure:"config"`
}

Jump to

Keyboard shortcuts

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