Documentation
¶
Index ¶
Constants ¶
View Source
const ( TYPE_INT int = iota + 1 TYPE_FLOAT TYPE_TEXT TYPE_BLOB TYPE_NULL )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector struct {
// contains filtered or unexported fields
}
func (*Connector) Sync
deprecated
func (c *Connector) Sync() (Replicated, error)
Deprecated: Sync is deprecated and will be removed in a future release. Use the `tursogo` package instead. Learn more: https://tur.so/newsync
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithAuthToken ¶
func WithEncryption ¶
func WithReadYourWrites ¶
func WithRemoteEncryption ¶
func WithSyncInterval ¶
type ParamsInfo ¶
type Replicated ¶
Click to show internal directories.
Click to hide internal directories.