|
@@ -13,7 +13,7 @@ import (
|
|
|
|
|
|
// NOTE: this will be called pipeline.Context in the separate package
|
|
// NOTE: this will be called pipeline.Context in the separate package
|
|
type Context struct {
|
|
type Context struct {
|
|
- Сtx context.Context
|
|
|
|
|
|
+ Ctx context.Context
|
|
|
|
|
|
// Global processing configuration which could be used by individual steps
|
|
// Global processing configuration which could be used by individual steps
|
|
Config *pipeline.Config
|
|
Config *pipeline.Config
|
|
@@ -127,7 +127,7 @@ func (r *Runner) newContext(
|
|
imgdata imagedata.ImageData,
|
|
imgdata imagedata.ImageData,
|
|
) Context {
|
|
) Context {
|
|
pctx := Context{
|
|
pctx := Context{
|
|
- Сtx: ctx,
|
|
|
|
|
|
+ Ctx: ctx,
|
|
Config: r.config,
|
|
Config: r.config,
|
|
Img: img,
|
|
Img: img,
|
|
PO: po,
|
|
PO: po,
|