unlinked

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const FirestoreCollectionItems = "items"

FirestoreCollectionItems is the Firestore collection name for documents of type unlinked.Item.

Variables

View Source
var File_unlinked_unlinked_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type FS_unlinked

type FS_unlinked struct {
	// contains filtered or unexported fields
}

func Firestore

func Firestore(client *firestore.Client) *FS_unlinked

func (*FS_unlinked) Parents

func (x *FS_unlinked) Parents() *FS_unlinked_Parents

type FS_unlinked_Parents

type FS_unlinked_Parents struct {
	// contains filtered or unexported fields
}

func (*FS_unlinked_Parents) Doc

func (*FS_unlinked_Parents) Limit

func (*FS_unlinked_Parents) OrderBy

func (*FS_unlinked_Parents) Where

func (x *FS_unlinked_Parents) Where(path, op string, value interface{}) *FS_unlinked_Parents_Query

type FS_unlinked_Parents_Doc

type FS_unlinked_Parents_Doc struct {
	// contains filtered or unexported fields
}

func (*FS_unlinked_Parents_Doc) Subparents

type FS_unlinked_Parents_Iter

type FS_unlinked_Parents_Iter struct {
	// contains filtered or unexported fields
}

func (*FS_unlinked_Parents_Iter) Stop

func (x *FS_unlinked_Parents_Iter) Stop()

type FS_unlinked_Parents_Query

type FS_unlinked_Parents_Query struct {
	// contains filtered or unexported fields
}

func (*FS_unlinked_Parents_Query) Documents

func (*FS_unlinked_Parents_Query) Limit

func (*FS_unlinked_Parents_Query) OrderBy

func (*FS_unlinked_Parents_Query) Value

func (*FS_unlinked_Parents_Query) Where

func (x *FS_unlinked_Parents_Query) Where(path, op string, value interface{}) *FS_unlinked_Parents_Query

type FS_unlinked_Parents_Subparents

type FS_unlinked_Parents_Subparents struct {
	// contains filtered or unexported fields
}

func (*FS_unlinked_Parents_Subparents) Doc

func (*FS_unlinked_Parents_Subparents) Limit

func (*FS_unlinked_Parents_Subparents) OrderBy

func (*FS_unlinked_Parents_Subparents) Where

func (x *FS_unlinked_Parents_Subparents) Where(path, op string, value interface{}) *FS_unlinked_Parents_Subparents_Query

type FS_unlinked_Parents_Subparents_Doc

type FS_unlinked_Parents_Subparents_Doc struct {
	// contains filtered or unexported fields
}

func (*FS_unlinked_Parents_Subparents_Doc) Items

type FS_unlinked_Parents_Subparents_Items

type FS_unlinked_Parents_Subparents_Items struct {
	// contains filtered or unexported fields
}

func (*FS_unlinked_Parents_Subparents_Items) Create added in v1.2.0

func (*FS_unlinked_Parents_Subparents_Items) Doc

func (*FS_unlinked_Parents_Subparents_Items) Limit

func (*FS_unlinked_Parents_Subparents_Items) OrderBy

func (*FS_unlinked_Parents_Subparents_Items) Where

type FS_unlinked_Parents_Subparents_Items_Doc

type FS_unlinked_Parents_Subparents_Items_Doc struct {
	// contains filtered or unexported fields
}

func (*FS_unlinked_Parents_Subparents_Items_Doc) Delete

func (*FS_unlinked_Parents_Subparents_Items_Doc) Get added in v1.2.0

func (*FS_unlinked_Parents_Subparents_Items_Doc) Ref

func (*FS_unlinked_Parents_Subparents_Items_Doc) Set

type FS_unlinked_Parents_Subparents_Items_Iter

type FS_unlinked_Parents_Subparents_Items_Iter struct {
	// contains filtered or unexported fields
}

func (*FS_unlinked_Parents_Subparents_Items_Iter) GetAll

func (*FS_unlinked_Parents_Subparents_Items_Iter) GetAllAsSnapshots

func (*FS_unlinked_Parents_Subparents_Items_Iter) Next

func (*FS_unlinked_Parents_Subparents_Items_Iter) NextAsSnapshot

func (*FS_unlinked_Parents_Subparents_Items_Iter) Stop

type FS_unlinked_Parents_Subparents_Items_Query

type FS_unlinked_Parents_Subparents_Items_Query struct {
	// contains filtered or unexported fields
}

func (*FS_unlinked_Parents_Subparents_Items_Query) Documents

func (*FS_unlinked_Parents_Subparents_Items_Query) First

func (*FS_unlinked_Parents_Subparents_Items_Query) Limit

func (*FS_unlinked_Parents_Subparents_Items_Query) OrderBy

func (*FS_unlinked_Parents_Subparents_Items_Query) Value

func (*FS_unlinked_Parents_Subparents_Items_Query) Where

type FS_unlinked_Parents_Subparents_Iter

type FS_unlinked_Parents_Subparents_Iter struct {
	// contains filtered or unexported fields
}

func (*FS_unlinked_Parents_Subparents_Iter) Stop

type FS_unlinked_Parents_Subparents_Query

type FS_unlinked_Parents_Subparents_Query struct {
	// contains filtered or unexported fields
}

func (*FS_unlinked_Parents_Subparents_Query) Documents

func (*FS_unlinked_Parents_Subparents_Query) Limit

func (*FS_unlinked_Parents_Subparents_Query) OrderBy

func (*FS_unlinked_Parents_Subparents_Query) Value

func (*FS_unlinked_Parents_Subparents_Query) Where

type FirestoreItem

type FirestoreItem struct {
	Name string `firestore:"name,omitempty"`
}

FirestoreItem is the Firestore Custom Object for unlinked.Item.

func (*FirestoreItem) ToProto

func (m *FirestoreItem) ToProto() (*Item, error)

ToProto converts this FirestoreItem to its protobuf representation.

type Item

type Item struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Item) Descriptor deprecated

func (*Item) Descriptor() ([]byte, []int)

Deprecated: Use Item.ProtoReflect.Descriptor instead.

func (*Item) GetName

func (x *Item) GetName() string

func (*Item) ProtoMessage

func (*Item) ProtoMessage()

func (*Item) ProtoReflect

func (x *Item) ProtoReflect() protoreflect.Message

func (*Item) Reset

func (x *Item) Reset()

func (*Item) String

func (x *Item) String() string

func (*Item) ToFirestore

func (x *Item) ToFirestore() (*FirestoreItem, error)

ToFirestore returns the Firestore Custom Object for Item.

Jump to

Keyboard shortcuts

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