Documentation
¶
Overview ¶
* Copyright © 2020. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseDBServiceFactory ¶
func (*BaseDBServiceFactory) GetImportService ¶
func (this *BaseDBServiceFactory) GetImportService(serviceId string) ImportService
func (*BaseDBServiceFactory) GetUpsertService ¶
func (this *BaseDBServiceFactory) GetUpsertService(serviceId string) UpsertService
func (*BaseDBServiceFactory) Initialize ¶
func (this *BaseDBServiceFactory) Initialize()
type DBServiceFactory ¶
type DBServiceFactory interface { Initialize() GetUpsertService(serviceId string) UpsertService CreateUpsertService(serviceId string, properties map[string]interface{}) (UpsertService, error) GetImportService(serviceId string) ImportService CreateImportService(serviceId string, properties map[string]interface{}) (ImportService, error) }
Directories
¶
Path | Synopsis |
---|---|
* Copyright © 2020.
|
* Copyright © 2020. |
api
* Copyright © 2020.
|
* Copyright © 2020. |
api/v1
* Copyright © 2020.
|
* Copyright © 2020. |
api/v2
* Copyright © 2020.
|
* Copyright © 2020. |
api/v200
* Copyright © 2020.
|
* Copyright © 2020. |
cache
* Copyright © 2020.
|
* Copyright © 2020. |
factory
* Copyright © 2020.
|
* Copyright © 2020. |
rdf
* Copyright © 2020.
|
* Copyright © 2020. |
services
* Copyright © 2020.
|
* Copyright © 2020. |
* Copyright © 2020.
|
* Copyright © 2020. |
Click to show internal directories.
Click to hide internal directories.