Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder interface {
Version() []byte
Records() []byte
Record(id uuid.UUID) []byte
RecordsByName(name string) []byte
QR(id uuid.UUID) []byte
TagCategories() []byte
TagCategory(id uuid.UUID) []byte
TagCategoryByName(name string) []byte
Tags() []byte
Tag(id uuid.UUID) []byte
TagsByName(name string) []byte
TagsByNameAndCategory(category uuid.UUID, name string) []byte
TagsByCategory(category uuid.UUID) []byte
TagsByTea(tea uuid.UUID) []byte
TeasByTag(tag uuid.UUID) []byte
TagTeaPair(tag, tea uuid.UUID) []byte
TeaTagPair(tea, tag uuid.UUID) []byte
Collection(id, userID uuid.UUID) []byte
UserCollections(id uuid.UUID) []byte
CollectionsTeas(id, teaID uuid.UUID) []byte
RecordsByCollection(id uuid.UUID) []byte
Users() []byte
User(id uuid.UUID) []byte
UserByAppleID(id string) []byte
Device(id uuid.UUID) []byte
DevicesByUserID(id uuid.UUID) []byte
Notification(id uuid.UUID) []byte
NotificationByUserID(id uuid.UUID) []byte
}
func NewBuilder ¶
func NewBuilder() Builder
Click to show internal directories.
Click to hide internal directories.