Documentation
¶
Index ¶
- func AddBoolOperationIfNecessary(ops *[]client.Operation, plan types.Bool, state types.Bool, path string)
- func AddFloat64OperationIfNecessary(ops *[]client.Operation, plan types.Float64, state types.Float64, path string)
- func AddInt64OperationIfNecessary(ops *[]client.Operation, plan types.Int64, state types.Int64, path string)
- func AddInt64SetOperationsIfNecessary(ops *[]client.Operation, plan types.Set, state types.Set, path string)
- func AddStringOperationIfNecessary(ops *[]client.Operation, plan types.String, state types.String, path string)
- func AddStringSetOperationsIfNecessary(ops *[]client.Operation, plan types.Set, state types.Set, path string)
- func LogUpdateOperations(ctx context.Context, ops []client.Operation)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBoolOperationIfNecessary ¶
func AddBoolOperationIfNecessary(ops *[]client.Operation, plan types.Bool, state types.Bool, path string)
Add boolean operation if the plan doesn't match the state
func AddFloat64OperationIfNecessary ¶ added in v0.2.0
func AddFloat64OperationIfNecessary(ops *[]client.Operation, plan types.Float64, state types.Float64, path string)
Add float64 operation if the plan doesn't match the state
func AddInt64OperationIfNecessary ¶
func AddInt64OperationIfNecessary(ops *[]client.Operation, plan types.Int64, state types.Int64, path string)
Add int64 operation if the plan doesn't match the state
func AddInt64SetOperationsIfNecessary ¶
func AddInt64SetOperationsIfNecessary(ops *[]client.Operation, plan types.Set, state types.Set, path string)
Add int64 set operation if the plan doesn't match the state
func AddStringOperationIfNecessary ¶
func AddStringOperationIfNecessary(ops *[]client.Operation, plan types.String, state types.String, path string)
Add string operation if the plan doesn't match the state
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.