hst/fs: update doc comments
All checks were successful
Test / Create distribution (push) Successful in 35s
Test / Sandbox (push) Successful in 2m18s
Test / Hakurei (push) Successful in 3m22s
Test / Hpkg (push) Successful in 4m15s
Test / Sandbox (race detector) (push) Successful in 4m34s
Test / Hakurei (race detector) (push) Successful in 5m14s
Test / Flake checks (push) Successful in 1m32s
All checks were successful
Test / Create distribution (push) Successful in 35s
Test / Sandbox (push) Successful in 2m18s
Test / Hakurei (push) Successful in 3m22s
Test / Hpkg (push) Successful in 4m15s
Test / Sandbox (race detector) (push) Successful in 4m34s
Test / Hakurei (race detector) (push) Successful in 5m14s
Test / Flake checks (push) Successful in 1m32s
The Type method no longer exists on the interface. Update doc comments to reflect that. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
0dcac55a0c
commit
125f150784
@ -9,7 +9,7 @@ import (
|
||||
|
||||
func init() { gob.Register(new(FSBind)) }
|
||||
|
||||
// FilesystemBind is the [FilesystemConfig.Type] name of a bind mount point.
|
||||
// FilesystemBind is the type string of a bind mount point.
|
||||
const FilesystemBind = "bind"
|
||||
|
||||
// FSBind represents a host to container bind mount.
|
||||
|
@ -10,7 +10,7 @@ import (
|
||||
|
||||
func init() { gob.Register(new(FSEphemeral)) }
|
||||
|
||||
// FilesystemEphemeral is the [FilesystemConfig.Type] name of a mount point with ephemeral state.
|
||||
// FilesystemEphemeral is the type string of a mount point with ephemeral state.
|
||||
const FilesystemEphemeral = "ephemeral"
|
||||
|
||||
// FSEphemeral represents an ephemeral container mount point.
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
|
||||
func init() { gob.Register(new(FSOverlay)) }
|
||||
|
||||
// FilesystemOverlay is the [FilesystemConfig.Type] name of an overlay mount point.
|
||||
// FilesystemOverlay is the type string of an overlay mount point.
|
||||
const FilesystemOverlay = "overlay"
|
||||
|
||||
// FSOverlay represents an overlay mount point.
|
||||
|
Loading…
x
Reference in New Issue
Block a user