From dd9102d8c0477afef5ad8e72662ce1d3f6191182 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 9 Dec 2023 20:57:20 -0700 Subject: add initial docs --- .../gopherhandler/_channelinboundhandler-implementations/index.html | 1 + .../gopherhandler/_emittingchannelhandler-implementations/index.html | 1 + .../swift_gopher/gopherhandler/channelactive(context:)/index.html | 1 + .../swift_gopher/gopherhandler/channelhandler-implementations/index.html | 1 + .../swift_gopher/gopherhandler/channelinactive(context:)/index.html | 1 + .../gopherhandler/channelinboundhandler-implementations/index.html | 1 + .../swift_gopher/gopherhandler/channelread(context:data:)/index.html | 1 + .../swift_gopher/gopherhandler/channelreadcomplete(context:)/index.html | 1 + .../swift_gopher/gopherhandler/channelregistered(context:)/index.html | 1 + .../swift_gopher/gopherhandler/channelunregistered(context:)/index.html | 1 + .../gopherhandler/channelwritabilitychanged(context:)/index.html | 1 + .../documentation/swift_gopher/gopherhandler/disablegophermap/index.html | 1 + docs/documentation/swift_gopher/gopherhandler/enablesearch/index.html | 1 + .../swift_gopher/gopherhandler/errorcaught(context:error:)/index.html | 1 + .../index.html | 1 + .../swift_gopher/gopherhandler/generategophermap(path:)/index.html | 1 + docs/documentation/swift_gopher/gopherhandler/gopherdata_dir/index.html | 1 + docs/documentation/swift_gopher/gopherhandler/gopherdata_host/index.html | 1 + docs/documentation/swift_gopher/gopherhandler/gopherdata_port/index.html | 1 + .../swift_gopher/gopherhandler/handleradded(context:)/index.html | 1 + .../swift_gopher/gopherhandler/handlerremoved(context:)/index.html | 1 + docs/documentation/swift_gopher/gopherhandler/inboundin/index.html | 1 + docs/documentation/swift_gopher/gopherhandler/index.html | 1 + .../index.html | 1 + docs/documentation/swift_gopher/gopherhandler/logger/index.html | 1 + docs/documentation/swift_gopher/gopherhandler/outboundout/index.html | 1 + .../swift_gopher/gopherhandler/performsearch(query:)/index.html | 1 + .../swift_gopher/gopherhandler/preparegophermenu(path:)/index.html | 1 + .../swift_gopher/gopherhandler/preparepath(path:)/index.html | 1 + .../swift_gopher/gopherhandler/requesthandler(path:)/index.html | 1 + .../swift_gopher/gopherhandler/sanitizeselectorpath(path:)/index.html | 1 + .../swift_gopher/gopherhandler/unwrapinboundin(_:)/index.html | 1 + .../gopherhandler/userinboundeventtriggered(context:event:)/index.html | 1 + .../swift_gopher/gopherhandler/wrapinboundout(_:)/index.html | 1 + .../swift_gopher/gopherhandler/wrapoutboundout(_:)/index.html | 1 + 35 files changed, 35 insertions(+) create mode 100644 docs/documentation/swift_gopher/gopherhandler/_channelinboundhandler-implementations/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/_emittingchannelhandler-implementations/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/channelactive(context:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/channelhandler-implementations/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/channelinactive(context:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/channelinboundhandler-implementations/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/channelread(context:data:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/channelreadcomplete(context:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/channelregistered(context:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/channelunregistered(context:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/channelwritabilitychanged(context:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/disablegophermap/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/enablesearch/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/errorcaught(context:error:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/generategopheritem(item_name:item_path:item_host:item_port:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/generategophermap(path:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/gopherdata_dir/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/gopherdata_host/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/gopherdata_port/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/handleradded(context:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/handlerremoved(context:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/inboundin/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/init(logger:gopherdata_dir:gopherdata_host:gopherdata_port:enablesearch:disablegophermap:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/logger/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/outboundout/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/performsearch(query:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/preparegophermenu(path:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/preparepath(path:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/requesthandler(path:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/sanitizeselectorpath(path:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/unwrapinboundin(_:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/userinboundeventtriggered(context:event:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/wrapinboundout(_:)/index.html create mode 100644 docs/documentation/swift_gopher/gopherhandler/wrapoutboundout(_:)/index.html (limited to 'docs/documentation/swift_gopher/gopherhandler') diff --git a/docs/documentation/swift_gopher/gopherhandler/_channelinboundhandler-implementations/index.html b/docs/documentation/swift_gopher/gopherhandler/_channelinboundhandler-implementations/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/_channelinboundhandler-implementations/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/_emittingchannelhandler-implementations/index.html b/docs/documentation/swift_gopher/gopherhandler/_emittingchannelhandler-implementations/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/_emittingchannelhandler-implementations/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/channelactive(context:)/index.html b/docs/documentation/swift_gopher/gopherhandler/channelactive(context:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/channelactive(context:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/channelhandler-implementations/index.html b/docs/documentation/swift_gopher/gopherhandler/channelhandler-implementations/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/channelhandler-implementations/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/channelinactive(context:)/index.html b/docs/documentation/swift_gopher/gopherhandler/channelinactive(context:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/channelinactive(context:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/channelinboundhandler-implementations/index.html b/docs/documentation/swift_gopher/gopherhandler/channelinboundhandler-implementations/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/channelinboundhandler-implementations/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/channelread(context:data:)/index.html b/docs/documentation/swift_gopher/gopherhandler/channelread(context:data:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/channelread(context:data:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/channelreadcomplete(context:)/index.html b/docs/documentation/swift_gopher/gopherhandler/channelreadcomplete(context:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/channelreadcomplete(context:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/channelregistered(context:)/index.html b/docs/documentation/swift_gopher/gopherhandler/channelregistered(context:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/channelregistered(context:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/channelunregistered(context:)/index.html b/docs/documentation/swift_gopher/gopherhandler/channelunregistered(context:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/channelunregistered(context:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/channelwritabilitychanged(context:)/index.html b/docs/documentation/swift_gopher/gopherhandler/channelwritabilitychanged(context:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/channelwritabilitychanged(context:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/disablegophermap/index.html b/docs/documentation/swift_gopher/gopherhandler/disablegophermap/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/disablegophermap/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/enablesearch/index.html b/docs/documentation/swift_gopher/gopherhandler/enablesearch/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/enablesearch/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/errorcaught(context:error:)/index.html b/docs/documentation/swift_gopher/gopherhandler/errorcaught(context:error:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/errorcaught(context:error:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/generategopheritem(item_name:item_path:item_host:item_port:)/index.html b/docs/documentation/swift_gopher/gopherhandler/generategopheritem(item_name:item_path:item_host:item_port:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/generategopheritem(item_name:item_path:item_host:item_port:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/generategophermap(path:)/index.html b/docs/documentation/swift_gopher/gopherhandler/generategophermap(path:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/generategophermap(path:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/gopherdata_dir/index.html b/docs/documentation/swift_gopher/gopherhandler/gopherdata_dir/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/gopherdata_dir/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/gopherdata_host/index.html b/docs/documentation/swift_gopher/gopherhandler/gopherdata_host/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/gopherdata_host/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/gopherdata_port/index.html b/docs/documentation/swift_gopher/gopherhandler/gopherdata_port/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/gopherdata_port/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/handleradded(context:)/index.html b/docs/documentation/swift_gopher/gopherhandler/handleradded(context:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/handleradded(context:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/handlerremoved(context:)/index.html b/docs/documentation/swift_gopher/gopherhandler/handlerremoved(context:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/handlerremoved(context:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/inboundin/index.html b/docs/documentation/swift_gopher/gopherhandler/inboundin/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/inboundin/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/index.html b/docs/documentation/swift_gopher/gopherhandler/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/init(logger:gopherdata_dir:gopherdata_host:gopherdata_port:enablesearch:disablegophermap:)/index.html b/docs/documentation/swift_gopher/gopherhandler/init(logger:gopherdata_dir:gopherdata_host:gopherdata_port:enablesearch:disablegophermap:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/init(logger:gopherdata_dir:gopherdata_host:gopherdata_port:enablesearch:disablegophermap:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/logger/index.html b/docs/documentation/swift_gopher/gopherhandler/logger/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/logger/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/outboundout/index.html b/docs/documentation/swift_gopher/gopherhandler/outboundout/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/outboundout/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/performsearch(query:)/index.html b/docs/documentation/swift_gopher/gopherhandler/performsearch(query:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/performsearch(query:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/preparegophermenu(path:)/index.html b/docs/documentation/swift_gopher/gopherhandler/preparegophermenu(path:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/preparegophermenu(path:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/preparepath(path:)/index.html b/docs/documentation/swift_gopher/gopherhandler/preparepath(path:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/preparepath(path:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/requesthandler(path:)/index.html b/docs/documentation/swift_gopher/gopherhandler/requesthandler(path:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/requesthandler(path:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/sanitizeselectorpath(path:)/index.html b/docs/documentation/swift_gopher/gopherhandler/sanitizeselectorpath(path:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/sanitizeselectorpath(path:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/unwrapinboundin(_:)/index.html b/docs/documentation/swift_gopher/gopherhandler/unwrapinboundin(_:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/unwrapinboundin(_:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/userinboundeventtriggered(context:event:)/index.html b/docs/documentation/swift_gopher/gopherhandler/userinboundeventtriggered(context:event:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/userinboundeventtriggered(context:event:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/wrapinboundout(_:)/index.html b/docs/documentation/swift_gopher/gopherhandler/wrapinboundout(_:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/wrapinboundout(_:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/docs/documentation/swift_gopher/gopherhandler/wrapoutboundout(_:)/index.html b/docs/documentation/swift_gopher/gopherhandler/wrapoutboundout(_:)/index.html new file mode 100644 index 0000000..de22f55 --- /dev/null +++ b/docs/documentation/swift_gopher/gopherhandler/wrapoutboundout(_:)/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file -- cgit v1.2.3