13 Commits

Author SHA1 Message Date
Myzel394
1a909a6d2d
chore(common-documentation): Add more mount options 2024-08-10 16:29:30 +02:00
Myzel394
d114d8c550 Add more documentation for filesystems
Fixes #7
2024-08-10 15:27:33 +02:00
Myzel394
2433974c25
chore(common-documentation): Move files 2024-08-10 14:38:19 +02:00
Myzel394
8c8efe45b8 Add common-documentation/linux/charsets.go
Closes to #5

Add `common-documentation/linux/charsets.go` with an array of `EnumString`s using `docvalues.CreateEnumStringWithDoc` function.

* Create a new file `charsets.go` in the `common-documentation/linux` directory.
* Import the `docvalues` package.
* Create an array of `EnumString`s using `docvalues.CreateEnumStringWithDoc` function.
* Include the charsets and their documentation as specified in the issue description.
* List each valid charset into its own enum, ensuring correct interpretation (e.g., "ascii" instead of "ASCII", "koi8r", "utf8", "iso8859-1").
2024-08-08 22:21:40 +02:00
Myzel394
83782a95ea
chore(common-documentation): Add more documentation 2024-08-08 21:42:56 +02:00
Myzel394
131f80fe4c Add more mount options to common-documentation/filesystems/mountoptions
Related to #3

Add mount options for `devpts`, `fat`, `hfs`, and `hpfs` filesystems.

* **common-documentation/filesystems/mountoptions/devpts.go**
  - Implement mount options for `devpts` filesystem.
  - Export `DevptsDocumentationAssignable` and `DevptsDocumentationEnums` variables.
* **common-documentation/filesystems/mountoptions/fat.go**
  - Implement mount options for `fat` filesystem.
  - Export `FatDocumentationAssignable` and `FatDocumentationEnums` variables.
* **common-documentation/filesystems/mountoptions/hfs.go**
  - Implement mount options for `hfs` filesystem.
  - Export `HfsDocumentationAssignable` and `HfsDocumentationEnums` variables.
* **common-documentation/filesystems/mountoptions/hpfs.go**
  - Implement mount options for `hpfs` filesystem.
  - Export `HpfsDocumentationAssignable` and `HpfsDocumentationEnums` variables.
* **handlers/fstab/documentation/documentation-mountoptions.go**
  - Add entries for `devpts`, `fat`, `hfs`, and `hpfs` filesystems in `MountOptionsMapField`.
2024-08-07 22:56:48 +02:00
Myzel394
4d4d8a1376
chore: Add more documentation 2024-08-07 22:34:33 +02:00
Myzel394
4b2b2c3624 Add more mount options to common-documentation
Related to #1

Add documentation for adfs, affs, and debugfs filesystem mount options.

* **common-documentation/filesystems/mountoptions/adfs.go**
  - Add documentation for adfs filesystem options including uid, gid, ownmask, and othmask.

* **common-documentation/filesystems/mountoptions/affs.go**
  - Add documentation for affs filesystem options including uid, gid, setuid, setgid, mode, and other options.

* **common-documentation/filesystems/mountoptions/debugfs.go**
  - Add documentation for debugfs filesystem options including uid, gid, and mode.

* **handlers/fstab/documentation/documentation-mountoptions.go**
  - Update to include the new mount options for adfs, affs, and debugfs filesystems.
  - Add entries for adfs, affs, and debugfs in the `MountOptionsMapField`.

* **common.go**
  - Add common constants like "zero" to common-documentation/filesystems/mountoptions/common.go.
2024-08-05 23:01:04 +02:00
Myzel394
afec5e896d
feat(common-documentation): Add more documentation for ext{2,3,4} 2024-08-05 20:36:03 +02:00
Myzel394
7e0e6650eb
feat(common-documentation): Add ext3.go 2024-08-04 23:28:48 +02:00
Myzel394
697a839308
chore: Use KeyEnumAssignmentValue for ext2.go 2024-08-04 23:11:03 +02:00
Myzel394
62b9947ddc
feat: Add documentation to ext2.go 2024-08-04 19:21:00 +02:00
Myzel394
32903ad94b
feat: Add common-documentation; Add ext2 documentation 2024-08-04 19:14:17 +02:00