Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAndUpdateVersionHandler ¶
func CheckAndUpdateVersionHandler(ctx context.Context, m PubSubMessage) error
Types ¶
type PubSubMessage ¶
type PubSubMessage struct {
Data []byte `json:"data"`
}
PubSubMessage is the payload of a Pub/Sub event. Please refer to the docs for additional information regarding Pub/Sub events.
Click to show internal directories.
Click to hide internal directories.