-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
95 lines (94 loc) · 2.42 KB
/
NAMESPACE
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Generated by roxygen2: do not edit by hand
S3method("$",miraiError)
S3method("[",mirai)
S3method("[",miraiCluster)
S3method("[",mirai_map)
S3method(parallel::recvData,miraiNode)
S3method(parallel::recvOneData,miraiCluster)
S3method(parallel::sendData,miraiNode)
S3method(parallel::stopCluster,miraiCluster)
S3method(print,mirai)
S3method(print,miraiCluster)
S3method(print,miraiDaemons)
S3method(print,miraiError)
S3method(print,miraiInterrupt)
S3method(print,miraiLaunchCmd)
S3method(print,miraiNode)
S3method(print,mirai_map)
S3method(promises::as.promise,mirai)
S3method(promises::is.promising,mirai)
S3method(utils::.DollarNames,miraiError)
S3method(with,miraiDaemons)
export(.flat)
export(.progress)
export(.progress_cli)
export(.stop)
export(call_mirai)
export(call_mirai_)
export(collect_mirai)
export(daemon)
export(daemons)
export(dispatcher)
export(everywhere)
export(host_url)
export(is_error_value)
export(is_mirai)
export(is_mirai_error)
export(is_mirai_interrupt)
export(is_mirai_map)
export(launch_local)
export(launch_remote)
export(local_url)
export(make_cluster)
export(mirai)
export(mirai_map)
export(nextget)
export(nextstream)
export(register_cluster)
export(remote_config)
export(saisei)
export(serial_config)
export(ssh_config)
export(status)
export(stop_cluster)
export(stop_mirai)
export(unresolved)
importFrom(nanonext,"opt<-")
importFrom(nanonext,.advance)
importFrom(nanonext,.context)
importFrom(nanonext,.dispatcher)
importFrom(nanonext,.keep)
importFrom(nanonext,.mark)
importFrom(nanonext,.online)
importFrom(nanonext,.unresolved)
importFrom(nanonext,call_aio)
importFrom(nanonext,call_aio_)
importFrom(nanonext,collect_aio)
importFrom(nanonext,collect_aio_)
importFrom(nanonext,cv)
importFrom(nanonext,cv_value)
importFrom(nanonext,dial)
importFrom(nanonext,is_error_value)
importFrom(nanonext,listen)
importFrom(nanonext,lock)
importFrom(nanonext,mclock)
importFrom(nanonext,msleep)
importFrom(nanonext,nng_error)
importFrom(nanonext,opt)
importFrom(nanonext,parse_url)
importFrom(nanonext,pipe_notify)
importFrom(nanonext,random)
importFrom(nanonext,reap)
importFrom(nanonext,recv)
importFrom(nanonext,recv_aio)
importFrom(nanonext,request)
importFrom(nanonext,send)
importFrom(nanonext,serial_config)
importFrom(nanonext,socket)
importFrom(nanonext,stat)
importFrom(nanonext,stop_aio)
importFrom(nanonext,tls_config)
importFrom(nanonext,unresolved)
importFrom(nanonext,until)
importFrom(nanonext,wait)
importFrom(nanonext,write_cert)