vibedist ~master (2022-05-23T14:42:36.353271)
Dub
Repo
VibeDistNodeAPI
vibedist
rest
Undocumented in source.
interface
VibeDistNodeAPI {
string
getInfo
();
void
register
(string host_name, ushort port, string local_address, ushort local_port, string ssl_settings, int pid);
}
Members
Functions
getInfo
string
getInfo
()
Undocumented in source.
register
void
register
(string host_name, ushort port, string local_address, ushort local_port, string ssl_settings, int pid)
Undocumented in source.
Meta
Source
See Implementation
vibedist
rest
classes
VibeDistNodeAPIImpl
interfaces
VibeDistNodeAPI