Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertOpenAPI ¶
func FactoryCloudAccount ¶
func FactoryCloudAccount() db.CloudAccount
func FactoryOrganizationalUnit ¶
func FactoryOrganizationalUnit() db.OrganizationalUnit
func FactoryTenant ¶
func FactoryTenant() db.CloudTenant
Types ¶
type AppContainerized ¶
type AppContainerized struct { App *application.App // contains filtered or unexported fields }
func NewContainerizedApp ¶
func NewContainerizedApp(ctx context.Context) (*AppContainerized, error)
func (*AppContainerized) Close ¶
func (t *AppContainerized) Close()
type AppMocked ¶
type AppMocked struct { App *application.App JS *mocks.TestJS Repo *mocks.TestRepo Searcher *mocks.TestSearcher FGAClient *mocks.TestFGAAuthorizer PostgresPool pgxmock.PgxPoolIface }
func NewMockedApp ¶
Click to show internal directories.
Click to hide internal directories.