Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketCache ¶
type BucketCache struct {
Buckets map[string][]*storage.BucketAttrs
// contains filtered or unexported fields
}
func (*BucketCache) Get ¶
func (c *BucketCache) Get(project string) []*storage.BucketAttrs
func (*BucketCache) Set ¶
func (c *BucketCache) Set(project string, buckets []*storage.BucketAttrs)
type Cache ¶
func NewBucketCache ¶
func NewBucketCache() Cache[[]*storage.BucketAttrs]
func NewNoopCache ¶
Click to show internal directories.
Click to hide internal directories.