MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / imlCommonController

Struct imlCommonController

controller/common/iml.go:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8var _ ICommonController = (*imlCommonController)(nil)
9
10type imlCommonController struct{}
11
12func (i imlCommonController) Version(ctx *gin.Context) (string, string, error) {
13 return version.Version, version.BuildTime, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected