Documentation
¶
Overview ¶
Package storage provides actors/handlers for accessing a triple+event storage.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Property ¶
type Property struct {
Predicate string
Objects []TypedValue
}
type StorageState ¶
func (*StorageState) GetSessionMailbox ¶
func (st *StorageState) GetSessionMailbox(sid string) chan b.Message
type TypedValue ¶
type TypedValue struct {
TypeName string
Value interface{}
}
Click to show internal directories.
Click to hide internal directories.