service

package
v0.0.0-...-c32fcf5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

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 (*FlightIO) DoGet

func (dp *FlightIO) DoGet(tkt *flight.Ticket, fs flight.FlightService_DoGetServer) (err error)

func (*FlightIO) DoPut

func (dp *FlightIO) DoPut(stream flight.FlightService_DoPutServer) (err error)

func (*FlightIO) GetFlightInfo

func (dp *FlightIO) GetFlightInfo(ctx context.Context, msg proto.Message) (flightInfo *flight.FlightInfo, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL