From 0b9093a857b5cbc9f792e72fb94f96df21a8ac13 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 17 Dec 2023 06:30:32 +0000 Subject: Deploy documentation for 'master' --- .../swiftgopherclient/gopherclient.json | 299 +++++++++++++++++++++ 1 file changed, 299 insertions(+) create mode 100644 master/data/documentation/swiftgopherclient/gopherclient.json (limited to 'master/data/documentation/swiftgopherclient/gopherclient.json') diff --git a/master/data/documentation/swiftgopherclient/gopherclient.json b/master/data/documentation/swiftgopherclient/gopherclient.json new file mode 100644 index 0000000..fc993b8 --- /dev/null +++ b/master/data/documentation/swiftgopherclient/gopherclient.json @@ -0,0 +1,299 @@ +{ + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/swiftGopherClient\/documentation\/swiftGopherClient" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/swiftGopherClient\/documentation\/swiftGopherClient\/GopherClient" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:17swiftGopherClient0bC0C", + "fragments" : [ + { + "kind" : "keyword", + "text" : "class" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "GopherClient" + } + ], + "modules" : [ + { + "name" : "swiftGopherClient" + } + ], + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "GopherClient" + } + ], + "role" : "symbol", + "roleHeading" : "Class", + "symbolKind" : "class", + "title" : "GopherClient" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "macOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "class" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "GopherClient" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "topicSections" : [ + { + "identifiers" : [ + "doc:\/\/swiftGopherClient\/documentation\/swiftGopherClient\/GopherClient\/init()" + ], + "title" : "Initializers" + }, + { + "identifiers" : [ + "doc:\/\/swiftGopherClient\/documentation\/swiftGopherClient\/GopherClient\/sendRequest(to:port:message:completion:)" + ], + "title" : "Instance Methods" + } + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/swiftgopherclient\/gopherclient" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"doc://swiftGopherClient/documentation/swiftGopherClient": { + "abstract" : [ + + ], + "identifier" : "doc:\/\/swiftGopherClient\/documentation\/swiftGopherClient", + "kind" : "symbol", + "role" : "collection", + "title" : "swiftGopherClient", + "type" : "topic", + "url" : "\/documentation\/swiftgopherclient" +}, +"doc://swiftGopherClient/documentation/swiftGopherClient/GopherClient": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "class" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "GopherClient" + } + ], + "identifier" : "doc:\/\/swiftGopherClient\/documentation\/swiftGopherClient\/GopherClient", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "GopherClient" + } + ], + "role" : "symbol", + "title" : "GopherClient", + "type" : "topic", + "url" : "\/documentation\/swiftgopherclient\/gopherclient" +}, +"doc://swiftGopherClient/documentation/swiftGopherClient/GopherClient/init()": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "identifier", + "text" : "init" + }, + { + "kind" : "text", + "text" : "()" + } + ], + "identifier" : "doc:\/\/swiftGopherClient\/documentation\/swiftGopherClient\/GopherClient\/init()", + "kind" : "symbol", + "role" : "symbol", + "title" : "init()", + "type" : "topic", + "url" : "\/documentation\/swiftgopherclient\/gopherclient\/init()" +}, +"doc://swiftGopherClient/documentation/swiftGopherClient/GopherClient/sendRequest(to:port:message:completion:)": { + "abstract" : [ + + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "func" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "sendRequest" + }, + { + "kind" : "text", + "text" : "(" + }, + { + "kind" : "externalParam", + "text" : "to" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "port" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:Si", + "text" : "Int" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "message" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : ", " + }, + { + "kind" : "externalParam", + "text" : "completion" + }, + { + "kind" : "text", + "text" : ": (" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s6ResultO", + "text" : "Result" + }, + { + "kind" : "text", + "text" : "<[" + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:13GopherHelpers10gopherItemV", + "text" : "gopherItem" + }, + { + "kind" : "text", + "text" : "], " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s5ErrorP", + "text" : "Error" + }, + { + "kind" : "text", + "text" : ">) -> " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:s4Voida", + "text" : "Void" + }, + { + "kind" : "text", + "text" : ")" + } + ], + "identifier" : "doc:\/\/swiftGopherClient\/documentation\/swiftGopherClient\/GopherClient\/sendRequest(to:port:message:completion:)", + "kind" : "symbol", + "role" : "symbol", + "title" : "sendRequest(to:port:message:completion:)", + "type" : "topic", + "url" : "\/documentation\/swiftgopherclient\/gopherclient\/sendrequest(to:port:message:completion:)" +} +} +} \ No newline at end of file -- cgit v1.2.3