common

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2021 License: Apache-2.0 Imports: 1 Imported by: 7

Documentation

Index

Constants

View Source
const (
	DBUserEnvName = "DB_USER"

	DBNameEnvName = "DB_NAME"

	MySqlDBNameEnvValue = "mysql"

	DBPasswordEnvName = "DB_PASSWORD"

	MySQLDBHostEnvName = "KATIB_MYSQL_DB_HOST"
	MySQLDBPortEnvName = "KATIB_MYSQL_DB_PORT"
	MySQLDatabase      = "KATIB_MYSQL_DB_DATABASE"

	DefaultMySQLUser     = "root"
	DefaultMySQLDatabase = "katib"
	DefaultMySQLHost     = "katib-mysql"
	DefaultMySQLPort     = "3306"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type KatibDBInterface

type KatibDBInterface interface {
	DBInit()
	SelectOne() error

	RegisterObservationLog(trialName string, observationLog *v1beta1.ObservationLog) error
	GetObservationLog(trialName string, metricName string, startTime string, endTime string) (*v1beta1.ObservationLog, error)
	DeleteObservationLog(trialName string) error
}

Jump to

Keyboard shortcuts

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