Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Defaulter ¶
type Defaulter interface {
Default()
}
Objects can be able to have default values, triggered by calling Default
type Identifiable ¶
type Identifiable interface {
ID() string
}
Objects must be able to return a unique key
type Store ¶
type Store[i Identifiable] struct { // contains filtered or unexported fields }
func GetStorage ¶
func GetStorage[i Identifiable](bucketname string, cached bool) Store[i]
Click to show internal directories.
Click to hide internal directories.