Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PubSub ¶
type PubSub struct {
// contains filtered or unexported fields
}
func (*PubSub) GenerateFromPubSub ¶
func (p *PubSub) GenerateFromPubSub(ctx context.Context, m PubSubMessage) error
type PubSubMessage ¶
type PubSubMessage struct {
Data []byte `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.