openmeter / subscription /locks.go
Leon4gr45's picture
Upload folder using huggingface_hub (part 6)
d6f631f verified
Raw
History Blame Contribute Delete
209 Bytes
package subscription
import "github.com/openmeterio/openmeter/pkg/framework/lockr"
func GetCustomerLock(customerId string) (lockr.Key, error) {
return lockr.NewKey("customer", customerId, "subscription")
}