view

package
v0.0.0-...-860e413 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteIDP

func DeleteIDP(db *gorm.DB, table, idpID, instanceID string) error

func DeleteIDPProvider

func DeleteIDPProvider(db *gorm.DB, table, aggregateID, idpConfigID, instanceID string) error

func DeleteIDPProvidersByAggregateID

func DeleteIDPProvidersByAggregateID(db *gorm.DB, table, aggregateID, instanceID string) error

func DeleteStyling

func DeleteStyling(db *gorm.DB, table, aggregateID string) error

func GetIDPConfigsByAggregateID

func GetIDPConfigsByAggregateID(db *gorm.DB, table string, aggregateID, instanceID string) ([]*model.IDPConfigView, error)

func GetIDPProviderByAggregateIDAndConfigID

func GetIDPProviderByAggregateIDAndConfigID(db *gorm.DB, table, aggregateID, idpConfigID, instanceID string) (*model.IDPProviderView, error)

func GetStylingByAggregateIDAndState

func GetStylingByAggregateIDAndState(db *gorm.DB, table, aggregateID, instanceID string, state int32) (*model.LabelPolicyView, error)

func IDPByID

func IDPByID(db *gorm.DB, table, idpID, instanceID string) (*model.IDPConfigView, error)

func IDPProvidersByAggregateIDAndState

func IDPProvidersByAggregateIDAndState(db *gorm.DB, table string, aggregateID, instanceID string, idpConfigState iam_model.IDPConfigState) ([]*model.IDPProviderView, error)

func IDPProvidersByIdpConfigID

func IDPProvidersByIdpConfigID(db *gorm.DB, table, idpConfigID, instanceID string) ([]*model.IDPProviderView, error)

func PutIDP

func PutIDP(db *gorm.DB, table string, idp *model.IDPConfigView) error

func PutIDPProvider

func PutIDPProvider(db *gorm.DB, table string, provider *model.IDPProviderView) error

func PutIDPProviders

func PutIDPProviders(db *gorm.DB, table string, providers ...*model.IDPProviderView) error

func PutStyling

func PutStyling(db *gorm.DB, table string, policy *model.LabelPolicyView) error

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL