index
:
gitlab/sparkled.git
main
sts
GitLab CI/CD utilities
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
web
/
mountable.go
blob: 6e04b86f14d330bcdc6c3eae62a63033d9318752 (
plain
)
1
2
3
4
5
6
7
package web import "net/http" type Mountable interface { MountTo(*http.ServeMux) }