types

package
v0.0.0-...-0737446 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 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 BeeConfig

type BeeConfig struct {
	Appname  string
	Appnote  string
	Date     string
	Icone    string
	Site     string
	Email    string
	Author   string
	Version  string
	Portail  string
	Theme    string
	HelpDir  string
	HelpPath string
	LogPath  string
	TaskCron string
}

BeeConfig Paramètres de config de la webapp

type Parameters

type Parameters struct {
	ID    string `orm:"pk;column(id)"`
	Label string
	Value string
}

Parameters as Table Parameters dans base default sqlite

func (*Parameters) TableName

func (u *Parameters) TableName() string

TableName as

type Session

type Session struct {
	LoggedIn  bool
	Username  string
	IsAdmin   bool
	Groups    string
	SessionID string
	AppID     string
}

Session Données de session dans le contexte

Jump to

Keyboard shortcuts

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