globals

package
v0.0.0-...-fab95c1 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const HAZARDSTATEMENT = `` /* 5625-byte string literal not displayed */

HAZARDSTATEMENT is the list of chemical products hazard statements They are inserted into the database during its creation.

View Source
const PRECAUTIONARYSTATEMENT = `` /* 7220-byte string literal not displayed */

PRECAUTIONARYSTATEMENT is the list of chemical products precautionary statements They are inserted into the database during its creation.

Variables

View Source
var (
	URLParameters                                  url.Values
	ApplicationProxyPath, HTTPHeaderAcceptLanguage string
	ConnectedUserEmail                             string
	ConnectedUserID                                int
	DisableCache                                   bool
	CurrentView                                    string
	BSTableQueryFilter                             ajax.SafeQueryFilter
	LocalStorage                                   localstorage.LocalStorage
	// CurrentProduct is the current viewed or edited product, or the product of
	// the listed storages.
	CurrentProduct types.Product
	// CurrentStorage is the current viewed or edited storage.
	CurrentStorage types.Storage
	// CurrentStorages are the newly created storages.
	CurrentStorages           []types.Storage
	DBPrecautionaryStatements []types.PrecautionaryStatement // for magic selector
	DBHazardStatements        []types.HazardStatement        // for magic selector
	SymbolImages              map[string]string

	// permissions
	PermItems = [3]string{
		"rproducts",
		"products",
		"storages"}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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