2381e6be66
* Add no-op CensusAgent * Changelog for Census Agent background worker
7 lines
98 B
Go
7 lines
98 B
Go
//go:build !enterprise
|
|
|
|
package vault
|
|
|
|
// CensusAgent is a stub for OSS
|
|
type CensusAgent struct{}
|