CreateSeedFile
func CreateSeedFile(ctx context.Context, sourcePath, seedPath string, options CreateSeedFileOptions) (info SeedInfo, err error)
CreateSeedFile writes a seed beside the target, then publishes it. The default is no-overwrite; an incomplete seed is never left at seedPath.
Parameters
| Name | Type | Description |
|---|---|---|
ctx | context.Context | Parameter ctx of CreateSeedFile. |
sourcePath | string | Parameter sourcePath of CreateSeedFile. |
seedPath | string | Parameter seedPath of CreateSeedFile. |
options | CreateSeedFileOptions | Parameter options of CreateSeedFile. |
Returns
(info SeedInfo, err error)
Source
This page is generated from SDK source metadata and the translation catalog.