aboutsummaryrefslogtreecommitdiff
path: root/blockd.go
AgeCommit message (Collapse)Author
2023-04-01all: update go doc commentsShulhan
While at it, use "_" for unused parameter on methods.
2022-05-22all: export and rename the hostsBlock type to BlockdShulhan
In the Environment, we have a field HostsBlocks that reference an unexported type hostsFile. In order for any package to be able to use this field, we need to export this type. While at it, we rename the type from hostsBlock to Blockd to make it simple and consistent with name.