metadata

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2023 License: GPL-3.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

View Source
const (
	MetaTableName = "go_metadata_db_schema"
	CountMetaSQL  = "SELECT COUNT(*) as num FROM go_metadata_db_schema;"

	CreateMetaTable = `` /* 637-byte string literal not displayed */

)

Variables

This section is empty.

Functions

This section is empty.

Types

type Service added in v0.0.6

type Service struct {
	Log golog.MyLogger
	Db  database.DB
}

func (*Service) CreateMetadataTableIfNeeded added in v0.0.6

func (s *Service) CreateMetadataTableIfNeeded() error

CreateMetadataTableIfNeeded create the metadata table if needed in the db

func (*Service) GetServiceVersion added in v0.0.6

func (s *Service) GetServiceVersion(serviceName string) (found bool, version string, err error)

GetServiceVersion allows to retrieve the version of the microservice registered (if any) in the metadata table of the db

func (*Service) SetServiceVersion added in v0.0.6

func (s *Service) SetServiceVersion(serviceName, version string) error

SetServiceVersion allows to insert/update the version of the microservice registered (if any) in the metadata table of the db

Jump to

Keyboard shortcuts

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