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
func (*Service) CreateMetadataTableOrFail ¶ added in v0.3.0
func (s *Service) CreateMetadataTableOrFail()
CreateMetadataTableOrFail create the metadata table if it is not already present in the db
func (*Service) GetServiceVersionOrFail ¶ added in v0.3.0
GetServiceVersionOrFail allows to retrieve the version of the microservice registered (if any) in the metadata table of the db
func (*Service) SetServiceVersionOrFail ¶ added in v0.3.0
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.