Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrPlanEntitlementFailed = fmt.Errorf("plan entitlement failed")
)
Functions ¶
This section is empty.
Types ¶
type OrganizationService ¶ added in v0.8.18
type PlanService ¶ added in v0.8.18
type ProductService ¶ added in v0.8.14
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewEntitlementService ¶
func NewEntitlementService(subscriptionService SubscriptionService, featureService ProductService, planService PlanService, organizationService OrganizationService) *Service
type SubscriptionService ¶
type SubscriptionService interface {
List(ctx context.Context, filter subscription.Filter) ([]subscription.Subscription, error)
}
Click to show internal directories.
Click to hide internal directories.