Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BffInteractor ¶
type BffInteractor interface { GetHome(ctx context.Context, w http.ResponseWriter) error GetRepositoryApps(ctx context.Context, w http.ResponseWriter, request models.GetRepositoryAppsRequest) error GetRepoBranches(ctx context.Context, w http.ResponseWriter, request models.GetRepoBranchesRequest) error }
func NewBff ¶
func NewBff(resource v1.K8SCustomControllerClient) BffInteractor
Click to show internal directories.
Click to hide internal directories.