package
1.13.0
Repository: https://github.com/googleapis/google-cloud-go.git
Documentation: pkg.go.dev

# Functions

NewServer creates a new in-memory fake server implementing the logging service.
PayloadEqual compares two payloads, assuming they are both proto.Messages or both strings.
Retry is a wrapper around testutil.Retry that retries the test function on Unavailable errors, otherwise, Fatalfs.
RetryAndExpectError retries the test function on Unavailable errors, otherwise passes if a different error was thrown.
RetryIteratorNext is a wrapper around testutil.Retry that retries the given iterator's Next function and returns the next object, retrying if a retryable error is found.

# Constants

The only IDs that WriteLogEntries will accept.
The only IDs that WriteLogEntries will accept.
The only IDs that WriteLogEntries will accept.

# Interfaces

Iterator is a wrapper interface type for iterators in the logadmin library that have a Next function that gets the next item/error, or returns nil/iterator.Done if the object has no next item.