Skip to content

Commit

Permalink
feat: make localizer a daemon (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard authored Nov 13, 2020
1 parent 72b8612 commit 5e0d7cf
Show file tree
Hide file tree
Showing 16 changed files with 1,233 additions and 204 deletions.
11 changes: 5 additions & 6 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
github.com/golangci/golangci-lint/cmd/golangci-lint v1.30.0
mvdan.cc/sh/v3/cmd/shfmt v3.1.2
github.com/golangci/golangci-lint/cmd/golangci-lint v1.32.2
mvdan.cc/sh/v3/cmd/shfmt v3.2.0
google.golang.org/protobuf/cmd/protoc-gen-go v1.25.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v0.0.0-20200902210233-8630cac324bf
github.com/fullstorydev/grpcui/cmd/grpcui v1.0.0
github.com/facebook/ent/cmd/entc v0.4.2
golang.org/x/tools/cmd/goimports v0.0.0-20200904185747-39188db58858
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.0.1
github.com/fullstorydev/grpcui/cmd/grpcui v1.1.0
golang.org/x/tools/cmd/goimports v0.0.0-20201112185108-eeaa07dd7696
16 changes: 16 additions & 0 deletions api/v1/v1.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// Copyright 2020 Jared Allard
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package v1

//go:generate ../../scripts/protoc.sh ./v1.proto
Loading

0 comments on commit 5e0d7cf

Please sign in to comment.