Skip to content

Commit 08ac653

Browse files
authored
Cert interface (#1212)
1 parent 16eaae3 commit 08ac653

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2848
-2819
lines changed

cert/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GO111MODULE = on
22
export GO111MODULE
33

4-
cert.pb.go: cert.proto .FORCE
4+
cert_v1.pb.go: cert_v1.proto .FORCE
55
go build google.golang.org/protobuf/cmd/protoc-gen-go
66
PATH="$(CURDIR):$(PATH)" protoc --go_out=. --go_opt=paths=source_relative $<
77
rm protoc-gen-go

cert/ca.go

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)