cloudpubsub

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2021 License: MIT Imports: 11 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client ... Pub/Subのクライアント

func NewClient

func NewClient(projectID string, topicIDs []string) *Client

NewClient ... Pub/Subのクライアントを取得する

func (*Client) Publish

func (c *Client) Publish(ctx context.Context, topicID string, src interface{}) error

Publish ... Pushを利用してメッセージを送信する

func (*Client) Receive

func (c *Client) Receive(ctx context.Context, subID string, maxMessageCount int, dsts interface{}) error

Receive ... Pullを利用してメッセージを受信する

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL