type golang.org/x/pkgsite/internal/proxy.Server
14 uses
golang.org/x/pkgsite/internal/proxy (current package)
server.go#L22: type Server struct {
server.go#L30: func NewServer(modules []*Module) *Server {
server.go#L31: s := &Server{
server.go#L42: func (s *Server) handleInfo(modulePath, resolvedVersion string, uncached bool) {
server.go#L55: func (s *Server) handleLatest(modulePath, urlPath string) {
server.go#L64: func (s *Server) handleMod(m *Module) {
server.go#L80: func (s *Server) handleZip(m *Module) {
server.go#L91: func (s *Server) handleList(modulePath string) {
server.go#L109: func (s *Server) AddRoute(route string, fn func(w http.ResponseWriter, r *http.Request)) {
server.go#L114: func (s *Server) AddModule(m *Module) {
server.go#L121: func (s *Server) AddModuleNoVersions(m *Module) {
server.go#L125: func (s *Server) addModule(m *Module, hasVersions bool) {
server.go#L163: func (s *Server) ZipRequests() int {
test_helper.go#L35: func NewClientForServer(s *Server) (*Client, func(), error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |