types

package
v0.0.0-...-81d58bd Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2024 License: GPL-3.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppOptions

type AppOptions struct {
	// RDNN is the reverse domain name notation of the application, please
	// see <https://en.wikipedia.org/wiki/Reverse_domain_name_notation> for
	// more information.
	RDNN string

	// Name is the name of the application
	Name string

	// Version is the version of the application
	Version string

	// LocalesFS is the file system containing the locales for the application
	LocalesFS embed.FS

	// DefaultLocale is the default locale for the application, this should
	// always be empty unless you want to force a specific locale for the
	// application, for example for testing purposes.
	DefaultLocale string

	// CLIOptions contains options for creating the command line interface
	CLIOptions *cliTypes.CLIOptions
}

AppOptions contains options for creating a new Vanilla OS application

type Sign

type Sign string

Sign is a unique signature for the application

Jump to

Keyboard shortcuts

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