Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomAction ¶
type CustomAction interface { DoActionCreateDomainDataRequest(ctx context.Context, body []byte) (*flight.Result, error) DoActionQueryDomainDataRequest(ctx context.Context, body []byte) (*flight.Result, error) DoActionUpdateDomainDataRequest(ctx context.Context, body []byte) (*flight.Result, error) DoActionDeleteDomainDataRequest(ctx context.Context, body []byte) (*flight.Result, error) DoActionQueryDomainDataSourceRequest(ctx context.Context, body []byte) (*flight.Result, error) }
func NewCustomActionService ¶
func NewCustomActionService(domainDataService service.IDomainDataService, dataSourceService service.IDomainDataSourceService) CustomAction
type FlightIO ¶
type FlightIO struct {
// contains filtered or unexported fields
}
func NewFlightIO ¶
func NewFlightIO(dd service.IDomainDataService, ds service.IDomainDataSourceService, configs []config.DataProxyConfig) *FlightIO
func (*FlightIO) DoPut ¶
func (dp *FlightIO) DoPut(stream flight.FlightService_DoPutServer) (err error)
func (*FlightIO) GetFlightInfo ¶
Click to show internal directories.
Click to hide internal directories.