Documentation
¶
Index ¶
- type ConfiguredServices
- func (cs *ConfiguredServices) Dispose()
- func (cs *ConfiguredServices) GetDeviceController() devicecontroller.IDeviceController
- func (cs *ConfiguredServices) GetDeviceInterface() abstractions.IDeviceInterface
- func (cs *ConfiguredServices) GetGateway() abstractions2.IPaymentGateway
- func (cs *ConfiguredServices) SetDeviceController(deviceController devicecontroller.IDeviceController) error
- func (cs *ConfiguredServices) SetGateway(gw abstractions2.IPaymentGateway)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfiguredServices ¶
type ConfiguredServices struct {
// contains filtered or unexported fields
}
func (*ConfiguredServices) Dispose ¶
func (cs *ConfiguredServices) Dispose()
func (*ConfiguredServices) GetDeviceController ¶
func (cs *ConfiguredServices) GetDeviceController() devicecontroller.IDeviceController
func (*ConfiguredServices) GetDeviceInterface ¶
func (cs *ConfiguredServices) GetDeviceInterface() abstractions.IDeviceInterface
func (*ConfiguredServices) GetGateway ¶ added in v1.1.2
func (cs *ConfiguredServices) GetGateway() abstractions2.IPaymentGateway
func (*ConfiguredServices) SetDeviceController ¶
func (cs *ConfiguredServices) SetDeviceController(deviceController devicecontroller.IDeviceController) error
func (*ConfiguredServices) SetGateway ¶ added in v1.1.2
func (cs *ConfiguredServices) SetGateway(gw abstractions2.IPaymentGateway)
Click to show internal directories.
Click to hide internal directories.