type cloud.google.com/go/logging/apiv2.LogEntryIterator
7 uses
cloud.google.com/go/logging/apiv2 (current package)
logging_client.go#L175: func (c *Client) ListLogEntries(ctx context.Context, req *loggingpb.ListLogEntriesRequest, opts ...gax.CallOption) *LogEntryIterator {
logging_client.go#L178: it := &LogEntryIterator{}
logging_client.go#L291: type LogEntryIterator struct {
logging_client.go#L306: func (it *LogEntryIterator) PageInfo() *iterator.PageInfo {
logging_client.go#L312: func (it *LogEntryIterator) Next() (*loggingpb.LogEntry, error) {
logging_client.go#L322: func (it *LogEntryIterator) bufLen() int {
logging_client.go#L326: func (it *LogEntryIterator) takeBuf() interface{} {
![]() |
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. |