Searched refs:existingPost (Results 1 – 2 of 2) sorted by relevance
144 …apiColls.HandleFunc("/{alias}/posts/{post:[a-zA-Z0-9]{10}}", handler.All(existingPost)).Methods("P…159 posts.HandleFunc("/{post:[a-zA-Z0-9]{10}}", handler.All(existingPost)).Methods("POST", "PUT")
661 func existingPost(app *App, w http.ResponseWriter, r *http.Request) error { func