argoApplication

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type ArgoApplicationRestHandler

type ArgoApplicationRestHandler interface {
	ListApplications(w http.ResponseWriter, r *http.Request)
	GetApplicationDetail(w http.ResponseWriter, r *http.Request)
}

type ArgoApplicationRestHandlerImpl

type ArgoApplicationRestHandlerImpl struct {
	// contains filtered or unexported fields
}

func NewArgoApplicationRestHandlerImpl

func NewArgoApplicationRestHandlerImpl(argoApplicationService argoApplication.ArgoApplicationService,
	logger *zap.SugaredLogger, enforcer casbin.Enforcer) *ArgoApplicationRestHandlerImpl

func (*ArgoApplicationRestHandlerImpl) GetApplicationDetail

func (handler *ArgoApplicationRestHandlerImpl) GetApplicationDetail(w http.ResponseWriter, r *http.Request)

func (*ArgoApplicationRestHandlerImpl) ListApplications

func (handler *ArgoApplicationRestHandlerImpl) ListApplications(w http.ResponseWriter, r *http.Request)

type ArgoApplicationRouter

type ArgoApplicationRouter interface {
	InitArgoApplicationRouter(argoApplicationRouter *mux.Router)
}

type ArgoApplicationRouterImpl

type ArgoApplicationRouterImpl struct {
	// contains filtered or unexported fields
}

func NewArgoApplicationRouterImpl

func NewArgoApplicationRouterImpl(argoApplicationRestHandler ArgoApplicationRestHandler) *ArgoApplicationRouterImpl

func (*ArgoApplicationRouterImpl) InitArgoApplicationRouter

func (impl *ArgoApplicationRouterImpl) InitArgoApplicationRouter(argoApplicationRouter *mux.Router)

Jump to

Keyboard shortcuts

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