devlopment branch (#1736)
This commit is contained in:
14
pkg/kapis/openpitrix/v1/handler.go
Normal file
14
pkg/kapis/openpitrix/v1/handler.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package v1
|
||||
|
||||
import "github.com/emicklei/go-restful"
|
||||
|
||||
type openpitrixHandler struct {
|
||||
}
|
||||
|
||||
func newOpenpitrixHandler() *openpitrixHandler {
|
||||
return &openpitrixHandler{}
|
||||
}
|
||||
|
||||
func (h *openpitrixHandler) handleListApplications(request *restful.Request, response *restful.Response) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user