core

package
v0.4.17 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2020 License: AGPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CfgDevModeKey = "core/devMode"

	CfgUseSystemNotificationsKey = "core/useSystemNotifications"
)

Configuration Keys

Functions

This section is empty.

Types

type MessageRecord added in v0.4.2

type MessageRecord struct {
	record.Base
	sync.Mutex

	Success bool
	Message string
}

MessageRecord is a simple record used for control database feedback

type StorageInterface added in v0.4.2

type StorageInterface struct {
	storage.InjectBase
}

StorageInterface provices a storage.Interface to the storage manager.

func (*StorageInterface) Get added in v0.4.2

func (s *StorageInterface) Get(key string) (record.Record, error)

Get returns a database record.

Directories

Path Synopsis
Package pmtesting provides a simple unit test setup routine.
Package pmtesting provides a simple unit test setup routine.

Jump to

Keyboard shortcuts

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