Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DAO ¶
type DAO[T DataObject] struct { // contains filtered or unexported fields }
func NewDAO ¶
func NewDAO[T DataObject](bucket string) *DAO[T]
type DataObject ¶
type DataObject interface { Identifier() []byte UpdateTimestamp() }
Click to show internal directories.
Click to hide internal directories.