81a86f48e8
* Backport some OSS changes * go mod vendor
11 lines
182 B
Go
11 lines
182 B
Go
// +build !enterprise
|
|
|
|
package vault
|
|
|
|
import "context"
|
|
|
|
// sendCurrentFragment is a no-op on OSS
|
|
func (a *ActivityLog) sendCurrentFragment(ctx context.Context) error {
|
|
return nil
|
|
}
|