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
Click to show internal directories.
Click to hide internal directories.