cloud.google.com/go/logging.Client.errc (field)
5 uses
cloud.google.com/go/logging (current package)
logging.go#L107: errc chan error // should be buffered to minimize dropped errors
logging.go#L155: errc: make(chan error, defaultErrorCapacity), // create a small buffer for errors
logging.go#L161: for err := range client.errc {
logging.go#L207: case c.errc <- err:
logging.go#L488: close(c.errc) // terminate error goroutine
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |