Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ golangci_lint_bin = $(golangci_lint_dir)/golangci-lint

apiprotos := \
proto/spiffe/workload/workload.proto \
exp/proto/spiffe/broker/api.proto \

#############################################################################
# Toolchain
Expand Down
6 changes: 6 additions & 0 deletions exp/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Package exp contains experimental implementations of go-spiffe components
// * proto/spiffe/broker - SPIFFE Broker API protobuf definitions
//
// Note: Code herein may be subject to breaking changes, and should not be
// considered stable
package exp
Loading