*: remove api and clt

It's not clear that the best way to manage clients is through a
gRPC based command line tool. For example we may explore an admin
dashboard and enable bootstrapping through static clients.

For now use static clients while we hold off on a more concrete
proposal.
This commit is contained in:
Eric Chiang
2016-08-05 09:59:29 -07:00
parent 3ca56e32ce
commit 31082eed27
7 changed files with 6 additions and 708 deletions

View File

@@ -46,13 +46,6 @@ lint:
golint $$package; \
done
# TODO(ericchiang): Grab protoc as well.
grpc: bin/protoc-gen-go
@protoc --go_out=plugins=grpc:. ./api/apipb/*.proto
bin/protoc-gen-go:
@go install ${REPO_PATH}/vendor/github.com/golang/protobuf/protoc-gen-go
clean:
@rm bin/*
@@ -60,4 +53,4 @@ testall: testrace vet fmt lint
FORCE:
.PHONY: test testrace vet fmt lint testall grpc
.PHONY: test testrace vet fmt lint testall