Home
last modified time | relevance | path

Searched refs:AuthenticatedPost (Results 1 – 2 of 2) sorted by relevance

/dports/www/writefreely/writefreely-0.13.1/
H A Dposts.go74 AuthenticatedPost struct { struct
666 p := AuthenticatedPost{ID: postID}
H A Ddatabase.go85 UpdateOwnedPost(post *AuthenticatedPost, userID int64) error argument
714 func (db *datastore) UpdateOwnedPost(post *AuthenticatedPost, userID int64) error {