Documentation
¶
Index ¶
- type GooglePubSub
- func (p GooglePubSub) NewBMP280Listener(ctx context.Context, listenerName string, subscription string) error
- func (p GooglePubSub) NewDHT22Listener(ctx context.Context, listenerName string, subscription string) error
- func (p GooglePubSub) NewHDC1080Listener(ctx context.Context, listenerName string, subscription string) error
- func (p GooglePubSub) NewStatsListener(ctx context.Context, listenerName string, subscription string) error
- func (p GooglePubSub) NewVoltageListener(ctx context.Context, listenerName string, subscription string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GooglePubSub ¶
type GooglePubSub struct {
// contains filtered or unexported fields
}
func NewGooglePubSub ¶
func NewGooglePubSub(ctx context.Context, projectID string, persistence persistence.Persistence, logger logger.Logger) (*GooglePubSub, error)
func (GooglePubSub) NewBMP280Listener ¶
func (GooglePubSub) NewDHT22Listener ¶
func (GooglePubSub) NewHDC1080Listener ¶
func (GooglePubSub) NewStatsListener ¶
func (GooglePubSub) NewVoltageListener ¶
Click to show internal directories.
Click to hide internal directories.