Documentation
¶
Index ¶
Constants ¶
View Source
const DataSourceSyncerName = "dataSourceSyncer"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSourceSyncConfig ¶
type DataSourceSyncer ¶
type DataSourceSyncer interface {
SyncDataSource(config *DataSourceSyncConfig) (string, error)
}
type DataSourceSyncerPlugin ¶
type DataSourceSyncerPlugin struct {
Impl DataSourceSyncer
}
func (DataSourceSyncerPlugin) Client ¶
func (DataSourceSyncerPlugin) Client(b *plugin.MuxBroker, c *rpc.Client) (interface{}, error)
func (*DataSourceSyncerPlugin) Server ¶
func (p *DataSourceSyncerPlugin) Server(*plugin.MuxBroker) (interface{}, error)
type DataSourceSyncerRPC ¶
type DataSourceSyncerRPC struct {
// contains filtered or unexported fields
}
func (*DataSourceSyncerRPC) SyncDataSource ¶
func (g *DataSourceSyncerRPC) SyncDataSource(config *DataSourceSyncConfig) (string, error)
type DataSourceSyncerRPCServer ¶
type DataSourceSyncerRPCServer struct {
Impl DataSourceSyncer
}
func (*DataSourceSyncerRPCServer) SyncDataSource ¶
func (s *DataSourceSyncerRPCServer) SyncDataSource(config *DataSourceSyncConfig, resp *string) error
Click to show internal directories.
Click to hide internal directories.