Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2573)

Side by Side Diff: testservices/novaservice/service_http.go

Issue 6910055: Removed the interface and renamed get methods. (Closed)
Patch Set: Removed the interface and renamed get methods. Created 11 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testservices/novaservice/service.go ('k') | testservices/novaservice/service_http_test.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Nova double testing service - HTTP API implementation 1 // Nova double testing service - HTTP API implementation
2 2
3 package novaservice 3 package novaservice
4 4
5 import ( 5 import (
6 "net/http" 6 "net/http"
7 ) 7 )
8 8
9 // ServeHTTP is the main entry point in the HTTP request processing. 9 // ServeHTTP is the main entry point in the HTTP request processing.
10 func (s *Nova) ServeHTTP(w http.ResponseWriter, r *http.Request) { 10 func (n *Nova) ServeHTTP(w http.ResponseWriter, r *http.Request) {
11 } 11 }
OLDNEW
« no previous file with comments | « testservices/novaservice/service.go ('k') | testservices/novaservice/service_http_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b