Initializerheckj.formic 0.3.0Formic
init(from:)
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s6Formic10RemoteHostV20SSHAccessCredentialsV4fromAEs7Decoder_p_tKcfc
What are these?83TK8
import Formic
๐ Swift library to support IT Automation tasks. ๐ ๐
struct SSHAccessCredentials
SSH Credentials for accessing a remote host.
struct RemoteHost
A local or remote host.
protocol Decoder
A type that can decode values from a native format into in-memory representations.
init(username: String? = nil, identityFile: String? = nil) throws
init(username: String, identityFile: String)
let identityFile: String
let username: String