Required Instance Methodswift-cloud 0.31.0CloudCore
bootstrap(with:)
Home.swift:14func bootstrap(with context: Context) async throws
func bootstrap(with context: Context) async throws
s9CloudCore12HomeProviderP9bootstrap4withyAA7ContextC_tYaKF
What are these?5MUOC
import CloudCore
protocol HomeProvider : Sendable
final class Context
func getItem<T>(fileName: String, with context: Context) async throws -> T where T : HomeProviderItem
func passphrase(with context: Context) async throws -> String
func putItem<T>(_ item: T, fileName: String, with context: Context) async throws where T : HomeProviderItem