mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
Further fix Godoc comments in options.go
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #700 Approved by: rhatdan
This commit is contained in:
@ -18,7 +18,7 @@ var (
|
|||||||
|
|
||||||
// Runtime Creation Options
|
// Runtime Creation Options
|
||||||
|
|
||||||
// WithStorageConfig uses the given configuration to set up container storage
|
// WithStorageConfig uses the given configuration to set up container storage.
|
||||||
// If this is not specified, the system default configuration will be used
|
// If this is not specified, the system default configuration will be used
|
||||||
// instead.
|
// instead.
|
||||||
func WithStorageConfig(config storage.StoreOptions) RuntimeOption {
|
func WithStorageConfig(config storage.StoreOptions) RuntimeOption {
|
||||||
@ -74,8 +74,8 @@ func WithSignaturePolicy(path string) RuntimeOption {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// WithStateType sets the backing state implementation for libpod
|
// WithStateType sets the backing state implementation for libpod.
|
||||||
// Please note that information is not portable between backing states
|
// Please note that information is not portable between backing states.
|
||||||
// As such, if this differs between two libpods running on the same system,
|
// As such, if this differs between two libpods running on the same system,
|
||||||
// they will not share containers, and unspecified behavior may occur.
|
// they will not share containers, and unspecified behavior may occur.
|
||||||
func WithStateType(storeType RuntimeStateStore) RuntimeOption {
|
func WithStateType(storeType RuntimeStateStore) RuntimeOption {
|
||||||
|
Reference in New Issue
Block a user