github.com/jackc/pgservicefile.Servicefile.servicesByName (field)
4 uses
github.com/jackc/pgservicefile (current package)
pgservicefile.go#L20: servicesByName map[string]*Service
pgservicefile.go#L25: service, present := sf.servicesByName[name]
pgservicefile.go#L73: servicefile.servicesByName = make(map[string]*Service, len(servicefile.Services))
pgservicefile.go#L75: servicefile.servicesByName[service.Name] = service
![]() |
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. |