Skip to content

Commit

Permalink
rename apply request params
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkYuan committed Jul 6, 2022
1 parent 776d4c7 commit d8aa884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Runtime interface {
// like the Kubernetes Runtime, you can directly invoke this method without any conversion.
// PlanResource and priorState are given in this method for the runtime which would make a
// three-way-merge (planState,priorState and live state) when implementing this interface
Apply(ctx context.Context, applyStruct *ApplyRequest) *ApplyResponse
Apply(ctx context.Context, request *ApplyRequest) *ApplyResponse

// Read the latest state of this Resource
Read(ctx context.Context, request *ReadRequest) *ReadResponse
Expand Down

0 comments on commit d8aa884

Please sign in to comment.