File size: 209 Bytes
d6f631f
 
 
 
 
 
 
1
2
3
4
5
6
7
8
package subscription

import "github.com/openmeterio/openmeter/pkg/framework/lockr"

func GetCustomerLock(customerId string) (lockr.Key, error) {
	return lockr.NewKey("customer", customerId, "subscription")
}