Documentation
¶
Index ¶
Constants ¶
This section is empty.
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
}
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.