mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-09 19:07:04 +00:00
7 lines
88 B
Go
7 lines
88 B
Go
package handler
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func GetVersion(c *gin.Context) {
|
|
}
|