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 ¶
func (*Service) CreateMetadataTableOrFail ¶
func (s *Service) CreateMetadataTableOrFail()
CreateMetadataTableOrFail create the metadata table if it is not already present in the db
func (*Service) GetServiceVersionOrFail ¶
GetServiceVersionOrFail allows to retrieve the version of the microservice registered (if any) in the metadata table of the db
func (*Service) SetServiceVersionOrFail ¶
SetServiceVersionOrFail allows to insert/update the version of the microservice registered (if any) in the metadata table of the db
Click to show internal directories.
Click to hide internal directories.