DEVELOPMENT ENVIRONMENT

~liljamo/emerwen-web

ref: 4e555b1e3309881de4969794eff19e5275430069 emerwen-web/internal/consts/consts.go -rw-r--r-- 387 bytes
4e555b1eJonni Liljamo feat: UI for new/patch/delete worker/target a day ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (C) 2024 Jonni Liljamo <jonni@liljamo.com>
 *
 * This file is licensed under GPL-3.0-or-later, see NOTICE and LICENSE for
 * more information.
 */

// Package consts defines application wide constants.
package consts

// KeyLoggedIn defines the "logged in" key.
const KeyLoggedIn = "logged_in"

// KeyUserName defines the "user name" key.
const KeyUserName = "user_name"