Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangedData ¶ added in v0.10.0
type ChangedData struct {
Data []byte
}
ChangedData is used to send the changed data response to the user via onSnapshot
func (*ChangedData) Unmarshal ¶ added in v0.10.0
func (changedData *ChangedData) Unmarshal(v interface{}) error
Unmarshal parses the response data and stores the result in the value pointed to by v. If v is nil or not a pointer, Unmarshal returns an InvalidUnmarshalError.
type LiveData ¶
type LiveData struct {
DataList []*Storage
}
LiveData is used to send the live data response to the user via onSnapshot
type LiveQueryOptions ¶ added in v0.10.0
type LiveQueryOptions struct {
ChangesOnly bool
}
LiveQueryOptions is used to set the options for the live query
type ProfileParams ¶
A struct to hold the new values for EditProfile
Click to show internal directories.
Click to hide internal directories.