Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInstanceSettings ¶
func NewInstanceSettings(logger log.Logger) datasource.InstanceFactoryFunc
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func ProvideService ¶
func ProvideService() *Service
func (*Service) CheckHealth ¶
func (s *Service) CheckHealth(ctx context.Context, req *backend.CheckHealthRequest) (*backend.CheckHealthResult, error)
NOTE: do not put any business logic into this method. it's whole job is to forward the call "inside"
func (*Service) QueryData ¶
func (s *Service) QueryData(ctx context.Context, req *backend.QueryDataRequest) (*backend.QueryDataResponse, error)
NOTE: do not put any business logic into this method. it's whole job is to forward the call "inside"
Click to show internal directories.
Click to hide internal directories.