The only IDs that WriteLogEntries will accept. Important for testing Ping.
const ( ValidProjectID = "PROJECT_ID" ValidOrgID = "433637338589" = "serviceAccount:cloud-logs@system.gserviceaccount.com" )
func NewServer() (string, error)
NewServer creates a new in-memory fake server implementing the logging service. It returns the address of the server.
func PayloadEqual(a, b interface{}) bool
PayloadEqual compares two payloads, assuming they are both proto.Messages or both strings.