Documentation
¶
Index ¶
Constants ¶
View Source
const ( ContentFindBySlug = ` FOR cnt IN @@content_collection FILTER cnt.slug == @slug LIMIT 1 RETURN cnt ` ContentList = ` FOR cnt IN @@content_collection SORT cnt.created_on DESC LIMIT @limit RETURN cnt ` ContentListWithCursor = `` /* 144-byte string literal not displayed */ ContentListFilter = ` FOR cnt IN @@content_collection %s SORT cnt.created_on DESC LIMIT @limit RETURN cnt ` ContentListFilterWithCursor = `` /* 150-byte string literal not displayed */ ContentInsert = `` /* 274-byte string literal not displayed */ ContentUpdate = `` /* 162-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func NewContentRepo ¶
func NewContentRepo( connP *manager.ConnectParams, collection string, ) (repository.ContentRepository, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.