You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#375EAB">
<title>/src/github.com/matrix-org - The Go Programming Language</title>
<link type="text/css" rel="stylesheet" href="../../../lib/godoc/style.css">
<link rel="stylesheet" href="../../../lib/godoc/jquery.treeview.css"> <script type="text/javascript">window.initFuncs = [];</script> </head> <body>
<div id='lowframe' style="position: fixed; bottom: 0; left: 0; height: 0; width: 100%; border-top: thin solid grey; background-color: white; overflow: auto;"> ... </div><!-- #lowframe -->
<div id="topbar" class="wide"><div class="container"> <div class="top-heading" id="heading-wide"><a href="http://localhost:6060/">The Go Programming Language</a></div> <div class="top-heading" id="heading-narrow"><a href="http://localhost:6060/">Go</a></div> <a href="index.html#" id="menu-button"><span id="menu-button-arrow">▽</span></a> <form method="GET" action="http://localhost:6060/search"> <div id="menu"> <a href="http://localhost:6060/doc/">Documents</a> <a href="http://localhost:6060/pkg/">Packages</a> <a href="http://localhost:6060/project/">The Project</a> <a href="http://localhost:6060/help/">Help</a> <a href="http://localhost:6060/blog/">Blog</a>
<input type="text" id="search" name="q" class="inactive" value="Search" placeholder="Search"> </div> </form>
</div></div>
<div id="page" class="wide"> <div class="container">
<h1>Directory /src/github.com/matrix-org</h1>
<div id="nav"></div>
<!--
Copyright 2009 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <!--
Note: Static (i.e., not template-generated) href and id attributes start with "pkg-" to make it impossible for them to conflict with generated attributes (some of which correspond to Go identifiers). -->
<div class="pkg-dir"> <table> <tr> <th class="pkg-name">Name</th> <th class="pkg-synopsis">Synopsis</th> </tr>
<tr> <td colspan="2"><a href="../index.html">..</a></td> </tr>
<tr> <td class="pkg-name" style="padding-left: 0px;"> <a href="dugong/index.html">dugong</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 0px;"> <a href="go-neb/index.html">go-neb</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 20px;"> <a href="go-neb/api/index.html">api</a> </td> <td class="pkg-synopsis"> Package api contains the fundamental data types used by Go-NEB. </td> </tr> <tr> <td class="pkg-name" style="padding-left: 40px;"> <a href="go-neb/api/handlers/index.html">handlers</a> </td> <td class="pkg-synopsis"> Package handlers contains the HTTP handlers for Go-NEB. </td> </tr> <tr> <td class="pkg-name" style="padding-left: 20px;"> <a href="go-neb/clients/index.html">clients</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 20px;"> <a href="go-neb/database/index.html">database</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 20px;"> <a href="go-neb/errors/index.html">errors</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 20px;"> <a href="go-neb/matrix/index.html">matrix</a> </td> <td class="pkg-synopsis"> Package matrix provides an HTTP client that can interact with a Homeserver via r0 APIs (/sync). </td> </tr> <tr> <td class="pkg-name" style="padding-left: 20px;"> <a href="go-neb/metrics/index.html">metrics</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 20px;"> <a href="go-neb/polling/index.html">polling</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 20px;"> <a href="go-neb/realms/index.html">realms</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 40px;"> <a href="go-neb/realms/github/index.html">github</a> </td> <td class="pkg-synopsis"> Package github implements OAuth2 support for github.com </td> </tr> <tr> <td class="pkg-name" style="padding-left: 40px;"> <a href="go-neb/realms/jira/index.html">jira</a> </td> <td class="pkg-synopsis"> Package jira implements OAuth1.0a support for arbitrary JIRA installations. </td> </tr> <tr> <td class="pkg-name" style="padding-left: 60px;"> <a href="go-neb/realms/jira/urls/index.html">urls</a> </td> <td class="pkg-synopsis"> Package urls handles converting between various JIRA URL representations in a consistent way. </td> </tr> <tr> <td class="pkg-name" style="padding-left: 20px;"> <a href="go-neb/server/index.html">server</a> </td> <td class="pkg-synopsis"> Package server contains building blocks for REST APIs. </td> </tr> <tr> <td class="pkg-name" style="padding-left: 20px;"> <a href="go-neb/services/index.html">services</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 40px;"> <a href="go-neb/services/echo/index.html">echo</a> </td> <td class="pkg-synopsis"> Package echo implements a Service which echoes back !commands. </td> </tr> <tr> <td class="pkg-name" style="padding-left: 40px;"> <a href="go-neb/services/giphy/index.html">giphy</a> </td> <td class="pkg-synopsis"> Package giphy implements a Service which adds !commands for Giphy. </td> </tr> <tr> <td class="pkg-name" style="padding-left: 40px;"> <a href="go-neb/services/github/index.html">github</a> </td> <td class="pkg-synopsis"> Package github implements a command service and a webhook service for interacting with Github. </td> </tr> <tr> <td class="pkg-name" style="padding-left: 60px;"> <a href="go-neb/services/github/client/index.html">client</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 60px;"> <a href="go-neb/services/github/webhook/index.html">webhook</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 40px;"> <a href="go-neb/services/guggy/index.html">guggy</a> </td> <td class="pkg-synopsis"> Package guggy implements a Service which adds !commands for Guggy. </td> </tr> <tr> <td class="pkg-name" style="padding-left: 40px;"> <a href="go-neb/services/jira/index.html">jira</a> </td> <td class="pkg-synopsis"> Package jira implements a command and webhook service for interacting with JIRA. </td> </tr> <tr> <td class="pkg-name" style="padding-left: 60px;"> <a href="go-neb/services/jira/webhook/index.html">webhook</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 40px;"> <a href="go-neb/services/rssbot/index.html">rssbot</a> </td> <td class="pkg-synopsis"> Package rssbot implements a Service capable of reading Atom/RSS feeds. </td> </tr> <tr> <td class="pkg-name" style="padding-left: 40px;"> <a href="go-neb/services/travisci/index.html">travisci</a> </td> <td class="pkg-synopsis"> Package travisci implements a Service capable of processing webhooks from Travis-CI. </td> </tr> <tr> <td class="pkg-name" style="padding-left: 20px;"> <a href="go-neb/types/index.html">types</a> </td> <td class="pkg-synopsis"> </td> </tr> <tr> <td class="pkg-name" style="padding-left: 20px;"> <a href="go-neb/util/index.html">util</a> </td> <td class="pkg-synopsis"> </td> </tr> </table> </div>
<div id="footer"> Build version go1.6.<br> Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>, the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code is licensed under a <a href="http://localhost:6060/LICENSE">BSD license</a>.<br> <a href="http://localhost:6060/doc/tos.html">Terms of Service</a> | <a href="http://www.google.com/intl/en/policies/privacy/">Privacy Policy</a> </div>
</div><!-- .container --> </div><!-- #page -->
<!-- TODO(adonovan): load these from <head> using "defer" attribute? --> <script type="text/javascript" src="../../../lib/godoc/jquery.js"></script> <script type="text/javascript" src="../../../lib/godoc/jquery.treeview.js"></script> <script type="text/javascript" src="../../../lib/godoc/jquery.treeview.edit.js"></script>
<script type="text/javascript" src="../../../lib/godoc/godocs.js"></script>
</body> </html>
|