type cloud.google.com/go/storage.HMACKeysIterator
6 uses
cloud.google.com/go/storage (current package)
hmac.go#L284: type HMACKeysIterator struct {
hmac.go#L300: func (c *Client) ListHMACKeys(ctx context.Context, projectID string, opts ...HMACKeyOption) *HMACKeysIterator {
hmac.go#L301: it := &HMACKeysIterator{
hmac.go#L330: func (it *HMACKeysIterator) Next() (*HMACKey, error) {
hmac.go#L346: func (it *HMACKeysIterator) PageInfo() *iterator.PageInfo { return it.pageInfo }
hmac.go#L348: func (it *HMACKeysIterator) fetch(pageSize int, pageToken string) (token string, err error) {
 |
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. |