github.com/jackc/pgservicefile.Service.Settings (field)
5 uses
github.com/jackc/pgservicefile (current package)
pgservicefile.go#L15: Settings map[string]string
pgservicefile.go#L58: service = &Service{Name: line[1 : len(line)-1], Settings: make(map[string]string)}
pgservicefile.go#L69: service.Settings[key] = value
github.com/jackc/pgconn
config.go#L529: settings := make(map[string]string, len(service.Settings))
config.go#L530: for k, v := range service.Settings {
![]() |
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. |