Documentation
¶
Index ¶
Constants ¶
View Source
const ActionUriPrefix = "http:"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProviderService ¶
type ProviderService interface { DiscoverApplications() ([]idp.AppInfo, error) GetPolicyInfo(idp.AppInfo) ([]hexapolicy.PolicyInfo, error) SetPolicyInfo(idp.AppInfo, []hexapolicy.PolicyInfo) error }
func NewProviderService ¶
func NewProviderService[R any](appInfoService idp.AppInfoSvc, policyStoreSvc policystore.PolicyBackendSvc[R]) ProviderService
Click to show internal directories.
Click to hide internal directories.