Documentation ¶
Overview ¶
tie-common project tie-common.go
Index ¶
Constants ¶
View Source
const Associated = "associated"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReplyStatus ¶
type RequestAdd ¶
func (*RequestAdd) Reply ¶
func (r *RequestAdd) Reply(db *tiedb.Tree, key tiedb.CollectionKey) string
type RequestDelete ¶
func (*RequestDelete) Reply ¶
func (r *RequestDelete) Reply(db *tiedb.Tree, key tiedb.CollectionKey) string
type RequestGet ¶
type RequestGet struct { Values []string NextLevelValues []string Filter string MaxAssociations int }
func (*RequestGet) Reply ¶
func (r *RequestGet) Reply(db *tiedb.Tree, key tiedb.CollectionKey) string
type RequestUpdate ¶
func (*RequestUpdate) Reply ¶
func (r *RequestUpdate) Reply(db *tiedb.Tree, key tiedb.CollectionKey) string
Click to show internal directories.
Click to hide internal directories.