debian-forge-composer/internal/disk
Ondřej Budai b997142db0 common: merge all *ToPtr methods to one generic ToPtr
After introducing Go 1.18 to a project, it's required by law to convert at
least one method to a generic one.

Everyone hates IntToPtr, StringToPtr, BoolToPtr and Uint64ToPtr, so let's
convert them to the ultimate generic ToPtr one.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2023-01-09 14:03:18 +01:00
..
btrfs.go disk: align LVM2 volumes to the extent size 2022-11-18 18:44:12 +01:00
disk.go disk: align LVM2 volumes to the extent size 2022-11-18 18:44:12 +01:00
disk_test.go disk: align LVM2 volumes to the extent size 2022-11-18 18:44:12 +01:00
filesystem.go disk: guard against nil pointer dereferencing 2022-02-22 19:23:41 +00:00
luks.go Simplified installer: add support for encrypted raw images 2022-02-28 23:05:45 +00:00
lvm.go disk: align LVM2 volumes to the extent size 2022-11-18 18:44:12 +01:00
lvm_test.go disk: rename Create{Volume → Mountpoint} 2022-02-28 17:09:30 +01:00
partition.go disk: add partition type helpers 2022-02-27 22:03:36 +01:00
partition_table.go disk: align LVM2 volumes to the extent size 2022-11-18 18:44:12 +01:00
path_policy.go disk: new path policies struct and methods 2022-08-08 18:05:05 +02:00
path_policy_test.go disk: new path policies struct and methods 2022-08-08 18:05:05 +02:00
path_tree_test.go common: merge all *ToPtr methods to one generic ToPtr 2023-01-09 14:03:18 +01:00
path_trie.go disk: add generic path trie implementation 2022-08-08 18:05:05 +02:00