replace handwritten generated code with actual generated code
This commit is contained in:
Regular → Executable
+1
-1
@@ -16,7 +16,7 @@ type GetViewerResponse = struct {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetViewer gets the current user's name.
|
// TODO
|
||||||
func GetViewer(ctx context.Context) (*GetViewerResponse, error) {
|
func GetViewer(ctx context.Context) (*GetViewerResponse, error) {
|
||||||
req, err := http.NewRequest(
|
req, err := http.NewRequest(
|
||||||
http.MethodPost,
|
http.MethodPost,
|
||||||
Reference in New Issue
Block a user