↓ 1 callersMethodStartFunctionWithIDWithContext(
ctx context.Context,
tenant,
namespace,
name string,
instanceID int,
)
pulsaradmin/pkg/admin/functions.go:517
↓ 1 callersMethodStartSourceWithIDWithContext(
ctx context.Context,
tenant,
namespace,
source string,
instanceID int,
)
pulsaradmin/pkg/admin/sources.go:581
↓ 1 callersMethodStopFunctionWithIDWithContext(
ctx context.Context,
tenant,
namespace,
name string,
instanceID int,
)
pulsaradmin/pkg/admin/functions.go:422
↓ 1 callersMethodStopSourceWithIDWithContext(
ctx context.Context,
tenant,
namespace,
source string,
instanceID int,
)
pulsaradmin/pkg/admin/sources.go:555
↓ 1 callersMethodTriggerFunctionWithContext(
ctx context.Context,
tenant,
namespace,
name,
topic,
triggerValue,
triggerFile string,
)
pulsaradmin/pkg/admin/functions.go:875
↓ 1 callersMethodUpdateMetadataWithContext(
ctx context.Context,
packageURL,
description,
contact string,
properties map[string]string,
)
pulsaradmin/pkg/admin/packages.go:329
↓ 1 callersMethodUploadWithContext(
ctx context.Context,
packageURL,
filePath,
description,
contact string,
properties map[string]string,
pulsaradmin/pkg/admin/packages.go:191