Documentation ¶
Index ¶
Constants ¶
View Source
const ( DB_HOST = "localhost" DB_PORT = 3322 DB_USER = "immudb" DB_PASSWORD = "immudb" DATABASE = "defaultdb" MAX_DB_CONN_RETRIES = 5 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Database ¶
type Database struct {
Client immudb.ImmuClient
}
func Initialize ¶
func (Database) GetLogsCount ¶
Click to show internal directories.
Click to hide internal directories.