...

Package testutil

import "cloud.google.com/go/pubsub/internal/testutil"
Overview
Index

Overview ▾

func VerifyKeyOrdering

func VerifyKeyOrdering(publishData, receiveData []OrderedKeyMsg) error

VerifyKeyOrdering verifies that received data was published and received in key order.

TODO(deklerk): account for consistent redelivery.

type OrderedKeyMsg

OrderedKeyMsg is a message with key and data.

type OrderedKeyMsg struct {
    Key  string
    Data string
}