Add methods to enable/disable contest mode for posts

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-07-16 19:07:19 -04:00
parent 930d294e70
commit 5ab24a1e32
3 changed files with 81 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ import (
// This service holds functionality common to both posts and comments.
//
// Reddit API docs: https://www.reddit.com/dev/api/#section_links_and_comments
//
// todo: this is ugly, find a solution
type PostAndCommentService service
type vote int