params

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TestFirebaseAdminSDKPath = "udb/fb/test-firebase-adminsdk.json"
	TestFirebaseProjectID    = "pdupub-a2bdd"
)
View Source
const (
	// VersionMajor is Major version component of the current release
	VersionMajor = 0
	// VersionMinor is Minor version component of the current release
	VersionMinor = 3
	// VersionPatch is Patch version component of the current release
	VersionPatch = 1
	// VersionMeta is Version metadata to append to the version string
	VersionMeta = "unstable"
)
View Source
const (
	TestPassword = "1"
)

test for identity

Variables

View Source
var Version = func() string {
	v := fmt.Sprintf("%d.%d.%d", VersionMajor, VersionMinor, VersionPatch)
	if VersionMeta != "" {
		v += "-" + VersionMeta
	}
	return v
}()

Version holds the textual version string.

Functions

func TestAddrsHex added in v0.3.0

func TestAddrsHex() []string

func TestKeystore added in v0.3.0

func TestKeystore(i int) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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