Versions in this module Expand all Collapse all v2 v2.6.1 May 3, 2022 v2.6.0 Nov 18, 2021 Changes in this version + type CloudRunAPIUrlOnly struct + Status struct{ ... } + type GoogleCloudRun struct + func NewGoogleCloudRun(projectID string) (*GoogleCloudRun, error) + func (g *GoogleCloudRun) Publish(ctx context.Context, topic string, m *ps.Msg) error + func (g *GoogleCloudRun) RegisterHandler(m *http.ServeMux) + func (g *GoogleCloudRun) Shutdown() + func (g *GoogleCloudRun) Subscribe(opts ps.HandlerOptions, h ps.MsgHandler) + type PushRequest struct + Message struct{ ... } + Subscription string