Documentation ¶
Index ¶
- Constants
- func CreateDeleteTweetHandler(db store.Store) http.HandlerFunc
- func CreateGetATweetHandler(db store.Store) http.HandlerFunc
- func CreateGetTweetsHandler(db store.Store) http.HandlerFunc
- func CreatePostTweetsHandler(db store.Store) http.HandlerFunc
- func CreateUpdateTweetHandler(db store.Store) http.HandlerFunc
Constants ¶
View Source
const MAX_TWEETS_PER_QUERY = 20
Variables ¶
This section is empty.
Functions ¶
func CreateDeleteTweetHandler ¶
func CreateDeleteTweetHandler(db store.Store) http.HandlerFunc
func CreateGetATweetHandler ¶
func CreateGetATweetHandler(db store.Store) http.HandlerFunc
func CreateGetTweetsHandler ¶
func CreateGetTweetsHandler(db store.Store) http.HandlerFunc
func CreatePostTweetsHandler ¶
func CreatePostTweetsHandler(db store.Store) http.HandlerFunc
func CreateUpdateTweetHandler ¶
func CreateUpdateTweetHandler(db store.Store) http.HandlerFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.