package
0.0.0-20220321173724-4d50f36ff450
Repository: https://github.com/confluentinc/go-netrc.git
Documentation: pkg.go.dev
# Functions
FindMachine parses the netrc file identified by filename and returns the Machine named by name.
GetMachiens parses the netrc file identified by filename and returns the list of Machines.
Parse parses from the the Reader r as a netrc file and returns the set of machine information and macros defined in it.
ParseFile opens the file at filename and then passes its io.Reader to Parse().
# Type aliases
Macros contains all the macro definitions in a netrc file.