Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(768)

Side by Side Diff: appengine/logdog/coordinator/endpoints/registration/registerPrefix.go

Issue 1970823005: LogDog: Add prefix registration endpoint. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-archivist-useconfig
Patch Set: Updated patchset dependency Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 package registration
6
7 import (
8 "github.com/luci/luci-go/common/api/logdog_coordinator/registration/v1"
9 "github.com/luci/luci-go/common/grpcutil"
10 "golang.org/x/net/context"
11 )
12
13 func (s *server) RegisterPrefix(c context.Context, req *logdog.RegisterPrefixReq uest) (*logdog.RegisterPrefixResponse, error) {
14 // TODO(dnj): Actually implement this endpoint.
15 return nil, grpcutil.Unimplemented
16 }
OLDNEW
« no previous file with comments | « appengine/logdog/coordinator/endpoints/logs/service.go ('k') | appengine/logdog/coordinator/endpoints/registration/service.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698