type cloud.google.com/go/logging/apiv2.LogSinkIterator
7 uses
cloud.google.com/go/logging/apiv2 (current package)
config_client.go#L145: func (c *ConfigClient) ListSinks(ctx context.Context, req *loggingpb.ListSinksRequest, opts ...gax.CallOption) *LogSinkIterator {
config_client.go#L149: it := &LogSinkIterator{}
config_client.go#L402: type LogSinkIterator struct {
config_client.go#L417: func (it *LogSinkIterator) PageInfo() *iterator.PageInfo {
config_client.go#L423: func (it *LogSinkIterator) Next() (*loggingpb.LogSink, error) {
config_client.go#L433: func (it *LogSinkIterator) bufLen() int {
config_client.go#L437: func (it *LogSinkIterator) 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. |