Type Aliasswift-cloud 0.24.0CloudCore
Operation
Store.swift:4typealias Operation = (Context) async throws -> Void
typealias Operation = (Context) async throws -> Void
import CloudCore
final class Store
final class Context
typealias Void = ()
The return type of functions that don’t explicitly specify a return type, that is, an empty tuple ()
.
func build(_ operation: @escaping Operation)
func setOutput(_ output: String, value: Output<String>)
func track(_ environment: Environment)
func track(_ variable: any VariableProvider)
func track(_ link: any Linkable)
func track(_ resource: Resource)