type google.golang.org/api/support/bundler.bundle
12 uses
google.golang.org/api/support/bundler (current package)
bundler.go#L97: curBundle *bundle
bundler.go#L100: head *bundle
bundler.go#L105: tail *bundle
bundler.go#L118: type bundle struct {
bundler.go#L121: next *bundle // bundles are handled in order as a linked list queue
bundler.go#L127: func (bu *bundle) add(item interface{}, size int) {
bundler.go#L210: func (b *Bundler) canFit(bu *bundle, size int) bool {
bundler.go#L271: b.curBundle = &bundle{
bundler.go#L304: func (b *Bundler) next() *bundle {
bundler.go#L322: func (b *Bundler) handle(bu *bundle) {
bundler.go#L329: func (b *Bundler) postHandle(bu *bundle) *bundle {
![]() |
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. |