type google.golang.org/genproto/googleapis/logging/v2.LogEntry_JsonPayload
5 uses
google.golang.org/genproto/googleapis/logging/v2 (current package)
log_entry.pb.go#L222: if x, ok := x.GetPayload().(*LogEntry_JsonPayload); ok {
log_entry.pb.go#L326: type LogEntry_JsonPayload struct {
log_entry.pb.go#L336: func (*LogEntry_JsonPayload) isLogEntry_Payload() {}
log_entry.pb.go#L711: (*LogEntry_JsonPayload)(nil),
cloud.google.com/go/logging
logging.go#L918: ent.Payload = &logpb.LogEntry_JsonPayload{JsonPayload: s}
![]() |
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. |