aboutsummaryrefslogtreecommitdiff
path: root/master/index/index.json
blob: 656c1b4bf4a60a0dab2ba5fed64ce406ac48035d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "interfaceLanguages" : {
    "swift" : [
      {
        "children" : [
          {
            "title" : "Classes",
            "type" : "groupMarker"
          },
          {
            "children" : [
              {
                "title" : "Initializers",
                "type" : "groupMarker"
              },
              {
                "path" : "\/documentation\/swiftgopherclient\/gopherclient\/init()",
                "title" : "init()",
                "type" : "init"
              },
              {
                "title" : "Instance Methods",
                "type" : "groupMarker"
              },
              {
                "path" : "\/documentation\/swiftgopherclient\/gopherclient\/sendrequest(to:port:message:completion:)",
                "title" : "func sendRequest(to: String, port: Int, message: String, completion: (Result<[gopherItem], Error>) -> Void)",
                "type" : "method"
              }
            ],
            "path" : "\/documentation\/swiftgopherclient\/gopherclient",
            "title" : "GopherClient",
            "type" : "class"
          }
        ],
        "path" : "\/documentation\/swiftgopherclient",
        "title" : "swiftGopherClient",
        "type" : "module"
      }
    ]
  },
  "schemaVersion" : {
    "major" : 0,
    "minor" : 1,
    "patch" : 1
  }
}