Module eetcd_stream
await(ServerPid, StreamRef, Timeout, MRef) -> any()
data(GunPid, Http2Ref, EtcdMsg, EtcdMsgName, Http2Path) -> Http2Ref
- GunPid = pid()
- Http2Ref = reference()
- EtcdMsg = map()
- EtcdMsgName = atom()
- Http2Path = iodata()
new(Name, Path) -> {ok, GunPid, Http2Ref}
- Name = name()
- Path = iodata()
- GunPid = pid()
- Http2Ref = reference()
new(Name, EtcdMsg, EtcdMsgName, Http2Path) -> Http2Ref
- Name = name()
- EtcdMsg = map()
- EtcdMsgName = atom()
- Http2Path = iodata()
- Http2Ref = reference()
unary(EtcdRequest, EtcdRequestName, Http2Path, EtcdResponseType) -> EtcdResponse
- EtcdRequest = map()
- EtcdRequestName = atom()
- Http2Path = iodata()
- EtcdResponseType = atom()
- EtcdResponse = tuple()
unary(Pid, EtcdRequest, EtcdRequestName, Http2Path, EtcdResponseType, Http2Headers) -> EtcdResponse
- Pid = pid()
- EtcdRequest = map()
- EtcdRequestName = atom()
- Http2Path = iodata()
- EtcdResponseType = atom()
- Http2Headers = list()
- EtcdResponse = tuple()
Generated by EDoc