package
0.0.0-20191205233641-31fc120682c9
Repository: https://github.com/textileio/go-textile-core.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewEntityID generates a new identity for an instance.
# Constants
Create indicates the creation of an instance in a txn.
Delete indicates the deletion of an instance by ID in a txn.
EmptyEntityID represents an empty EntityID.
Save indicates the mutation of an instance in a txn.
# Interfaces
Event is a local or remote event generated in a model and dispatcher by Dispatcher.
EventCodec transforms actions generated in models to events dispatched to thread logs, and viceversa.
# Type aliases
ActionType is the type used by actions done in a txn.
EntityID is the type used in models identities.