Documentation
¶
Index ¶
- func DeleteIDP(db *gorm.DB, table, idpID, instanceID string) error
- func DeleteIDPProvider(db *gorm.DB, table, aggregateID, idpConfigID, instanceID string) error
- func DeleteIDPProvidersByAggregateID(db *gorm.DB, table, aggregateID, instanceID string) error
- func DeleteStyling(db *gorm.DB, table, aggregateID string) error
- func GetIDPConfigsByAggregateID(db *gorm.DB, table string, aggregateID, instanceID string) ([]*model.IDPConfigView, error)
- func GetIDPProviderByAggregateIDAndConfigID(db *gorm.DB, table, aggregateID, idpConfigID, instanceID string) (*model.IDPProviderView, error)
- func GetStylingByAggregateIDAndState(db *gorm.DB, table, aggregateID, instanceID string, state int32) (*model.LabelPolicyView, error)
- func IDPByID(db *gorm.DB, table, idpID, instanceID string) (*model.IDPConfigView, error)
- func IDPProvidersByAggregateIDAndState(db *gorm.DB, table string, aggregateID, instanceID string, ...) ([]*model.IDPProviderView, error)
- func IDPProvidersByIdpConfigID(db *gorm.DB, table, idpConfigID, instanceID string) ([]*model.IDPProviderView, error)
- func PutIDP(db *gorm.DB, table string, idp *model.IDPConfigView) error
- func PutIDPProvider(db *gorm.DB, table string, provider *model.IDPProviderView) error
- func PutIDPProviders(db *gorm.DB, table string, providers ...*model.IDPProviderView) error
- func PutStyling(db *gorm.DB, table string, policy *model.LabelPolicyView) error
- func SearchIDPProviders(db *gorm.DB, table string, req *iam_model.IDPProviderSearchRequest) ([]*model.IDPProviderView, uint64, error)
- func SearchIDPs(db *gorm.DB, table string, req *iam_model.IDPConfigSearchRequest) ([]*model.IDPConfigView, uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteIDPProvider ¶
func IDPProvidersByAggregateIDAndState ¶
func IDPProvidersByAggregateIDAndState(db *gorm.DB, table string, aggregateID, instanceID string, idpConfigState iam_model.IDPConfigState) ([]*model.IDPProviderView, error)
func PutIDPProvider ¶
func PutIDPProviders ¶
func PutStyling ¶
func SearchIDPProviders ¶
func SearchIDPProviders(db *gorm.DB, table string, req *iam_model.IDPProviderSearchRequest) ([]*model.IDPProviderView, uint64, error)
func SearchIDPs ¶
func SearchIDPs(db *gorm.DB, table string, req *iam_model.IDPConfigSearchRequest) ([]*model.IDPConfigView, uint64, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.