README ¶ fstab config file Handle fstab configuration files, usually located as /etc/fstab on unix systems. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Entry func ParseFromString(content string) ([]*Entry, error) func ReadFromFile(ctx context.Context, path string) ([]*Entry, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Entry ¶ type Entry struct { Device string Dir string Type string Options string Dump string Fsck string } func ParseFromString ¶ func ParseFromString(content string) ([]*Entry, error) func ReadFromFile ¶ func ReadFromFile(ctx context.Context, path string) ([]*Entry, error) Source Files ¶ View all Source files Entry.goFStabConfigFile.go Click to show internal directories. Click to hide internal directories.