This website requires JavaScript.
Explore
Help
Sign In
jmb
/
patchman
Watch
1
Star
0
Fork
You've already forked patchman
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7ea813e74a
patchman
/
server
/
api
/
endpoint
/
packageList.go
8 lines
91 B
Go
Raw
Normal View
History
Unescape
Escape
before refractoring client to communicate to server
2023-10-22 17:46:46 +02:00
package
endpoint
moved common stuff into seperate module
2023-10-26 13:54:29 +02:00
import
"github.com/gin-gonic/gin"
func
PackageList
(
c
*
gin
.
Context
)
{
}