diff options
Diffstat (limited to 'doc/disml/Disml/Sharder/index.html')
| -rw-r--r-- | doc/disml/Disml/Sharder/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/disml/Disml/Sharder/index.html b/doc/disml/Disml/Sharder/index.html new file mode 100644 index 0000000..409ecf3 --- /dev/null +++ b/doc/disml/Disml/Sharder/index.html @@ -0,0 +1,2 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Sharder (disml.Disml.Sharder)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">disml</a> » <a href="../index.html">Disml</a> » Sharder</nav><h1>Module <code>Disml.Sharder</code></h1></header><dl><dt class="spec exception" id="exception-Invalid_Payload"><a href="#exception-Invalid_Payload" class="anchor"></a><code><span class="keyword">exception </span></code><code><span class="exception">Invalid_Payload</span></code></dt><dt class="spec exception" id="exception-Failure_to_Establish_Heartbeat"><a href="#exception-Failure_to_Establish_Heartbeat" class="anchor"></a><code><span class="keyword">exception </span></code><code><span class="exception">Failure_to_Establish_Heartbeat</span></code></dt></dl><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type </span>t</code></dt></dl><dl><dt class="spec value" id="val-start"><a href="#val-start" class="anchor"></a><code><span class="keyword">val </span>start : ?⁠count:int <span>-></span> unit <span>-></span> <a href="index.html#type-t">t</a> Async.Deferred.t</code></dt></dl><div class="spec module" id="module-Shard"><a href="#module-Shard" class="anchor"></a><code><span class="keyword">module </span><a href="Shard/index.html">Shard</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><dl><dt class="spec value" id="val-set_status"><a href="#val-set_status" class="anchor"></a><code><span class="keyword">val </span>set_status : status:Yojson.Safe.json <span>-></span> <a href="index.html#type-t">t</a> <span>-></span> <a href="Shard/index.html#type-shard">Shard.shard</a> list Async.Deferred.t</code></dt><dt class="spec value" id="val-set_status_with"><a href="#val-set_status_with" class="anchor"></a><code><span class="keyword">val </span>set_status_with : f:(<a href="Shard/index.html#type-shard">Shard.shard</a> <span>-></span> Yojson.Safe.json) <span>-></span> <a href="index.html#type-t">t</a> <span>-></span> <a href="Shard/index.html#type-shard">Shard.shard</a> list Async.Deferred.t</code></dt><dt class="spec value" id="val-request_guild_members"><a href="#val-request_guild_members" class="anchor"></a><code><span class="keyword">val </span>request_guild_members : ?⁠query:string <span>-></span> ?⁠limit:int <span>-></span> guild:<a href="../Snowflake/index.html#type-t">Snowflake.t</a> <span>-></span> <a href="index.html#type-t">t</a> <span>-></span> <a href="Shard/index.html#type-shard">Shard.shard</a> list Async.Deferred.t</code></dt></dl></div></body></html>
\ No newline at end of file |