Documentation ¶
Overview ¶
Package common contains types and helper functions that are used across the different packages under internal/server/controller.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthTokenRepoFactory ¶
type AuthTokenRepoFactory func() (*authtoken.Repository, error)
type IamRepoFactory ¶
type IamRepoFactory func() (*iam.Repository, error)
type PasswordAuthRepoFactory ¶
type PasswordAuthRepoFactory func() (*password.Repository, error)
type ServersRepoFactory ¶
type ServersRepoFactory func() (*servers.Repository, error)
type SessionRepoFactory ¶
type SessionRepoFactory func() (*session.Repository, error)
type StaticRepoFactory ¶
type StaticRepoFactory func() (*static.Repository, error)
type TargetRepoFactory ¶
type TargetRepoFactory func() (*target.Repository, error)
Click to show internal directories.
Click to hide internal directories.