key_builder

package
v1.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL