open-vault/vault/activity_log_util.go
2022-01-05 12:02:03 -06:00

11 lines
183 B
Go

//go:build !enterprise
package vault
import "context"
// sendCurrentFragment is a no-op on OSS
func (a *ActivityLog) sendCurrentFragment(ctx context.Context) error {
return nil
}