consts

package
v0.0.0-...-bb20419 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package consts defines the constants used by the project.

Index

Constants

View Source
const (
	// TEXTDOMAIN is the gettext domain for l10n.
	TEXTDOMAIN = "provd"

	// DefaultLogLevel is the default logging level selected without any option.
	DefaultLogLevel = slog.LevelWarn

	// DefaultSocketPath is the default socket path.
	DefaultSocketPath = "/run/gnome-initial-setup/desktop-provision/init.socket"
)
View Source
const (
	// DbusAccountsPrefix is the prefix for the Accounts D-Bus interface.
	DbusAccountsPrefix = "org.freedesktop.Accounts"
	// DbusUserPrefix is the prefix for the User D-Bus interface.
	DbusUserPrefix = "org.freedesktop.Accounts.User"
	// DbusHostnamePrefix is the prefix for the Hostname D-Bus interface.
	DbusHostnamePrefix = "org.freedesktop.hostname1"
	// DbusPeerPrefix is the prefix for the Peer D-Bus interface.
	DbusPeerPrefix = "org.freedesktop.DBus.Peer"
	// DbusLocalePrefix is the prefix for the Locale D-Bus interface.
	DbusLocalePrefix = "org.freedesktop.locale1"
	// DbusTimedatePrefix is the prefix for the Timezone D-Bus interface.
	DbusTimedatePrefix = "org.freedesktop.timedate1"
	// DbusGdmPrefix is the prefix for the GDM D-Bus interface.
	DbusGdmPrefix = "org.gnome.DisplayManager"
)

D-Bus constants.

Variables

View Source
var (
	// Version is the version of the executable.
	Version = "Dev"
)

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