type google.golang.org/genproto/googleapis/logging/v2.LogEntry_TextPayload
6 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
log_entry.pb.go#L215: if x, ok := x.GetPayload().(*LogEntry_TextPayload); ok {
log_entry.pb.go#L321: type LogEntry_TextPayload struct {
log_entry.pb.go#L334: func (*LogEntry_TextPayload) isLogEntry_Payload() {}
log_entry.pb.go#L710: (*LogEntry_TextPayload)(nil),
cloud.google.com/go/logging
logging.go#L191: Payload: &logpb.LogEntry_TextPayload{TextPayload: "ping"},
logging.go#L912: ent.Payload = &logpb.LogEntry_TextPayload{TextPayload: p}
![]() |
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. |