Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultMaxItems = 100
Variables ¶
View Source
var MandatoryCollections = vocab.CollectionPaths{ vocab.Inbox, vocab.Outbox, vocab.Replies, }
View Source
var ReadOnlyTxn = sql.TxOptions{ Isolation: sql.LevelReadUncommitted, ReadOnly: true, }
View Source
var WriteTxn = sql.TxOptions{Isolation: sql.LevelWriteCommitted, ReadOnly: false}
Functions ¶
Types ¶
type Filterable ¶
Click to show internal directories.
Click to hide internal directories.