fcrdatabase

package
v0.0.0-...-7a4b066 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package fcrdatabase - handles the database inside the system.

Package fcrdatabase - handles the database inside the system.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FCRDatabase

type FCRDatabase interface {
	// Start starts the database routine.
	Start() error

	// Shutdown ends the database routine safely.
	Shutdown()
}

FCRDatabase represents the database.

func NewFCRDatabaseImplV1

func NewFCRDatabaseImplV1() FCRDatabase

type FCRDatabaseImplV1

type FCRDatabaseImplV1 struct {
	// contains filtered or unexported fields
}

FCRDatabaseImplV1 implements the FCRDatabase interface, it is a placeholder.

func (*FCRDatabaseImplV1) Shutdown

func (db *FCRDatabaseImplV1) Shutdown()

func (*FCRDatabaseImplV1) Start

func (db *FCRDatabaseImplV1) Start() error

Jump to

Keyboard shortcuts

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