type github.com/jackc/pgservicefile.Servicefile
5 uses
github.com/jackc/pgservicefile (current package)
pgservicefile.go#L18: type Servicefile struct {
pgservicefile.go#L24: func (sf *Servicefile) GetService(name string) (*Service, error) {
pgservicefile.go#L33: func ReadServicefile(path string) (*Servicefile, error) {
pgservicefile.go#L44: func ParseServicefile(r io.Reader) (*Servicefile, error) {
pgservicefile.go#L45: servicefile := &Servicefile{}
![]() |
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. |