Versions in this module Expand all Collapse all v0 v0.0.2 May 10, 2020 v0.0.1 May 10, 2020 Changes in this version + type ServerF struct + func (_obj *ServerF) Dispatch(ctx context.Context, _val interface{}, req *requestf.RequestPacket, ...) (err error) + func (_obj *ServerF) KeepAlive(ServerInfo *ServerInfo, _opt ...map[string]string) (ret int32, err error) + func (_obj *ServerF) KeepAliveWithContext(ctx context.Context, ServerInfo *ServerInfo, _opt ...map[string]string) (ret int32, err error) + func (_obj *ServerF) ReportVersion(App string, ServerName string, Version string, _opt ...map[string]string) (ret int32, err error) + func (_obj *ServerF) ReportVersionWithContext(ctx context.Context, App string, ServerName string, Version string, ...) (ret int32, err error) + func (_obj *ServerF) SetServant(s m.Servant) + func (_obj *ServerF) TarsSetTimeout(t int) + type ServerInfo struct + Adapter string + Application string + Pid int32 + ServerName string + func (st *ServerInfo) ReadBlock(_is *codec.Reader, tag byte, require bool) error + func (st *ServerInfo) ReadFrom(_is *codec.Reader) error + func (st *ServerInfo) WriteBlock(_os *codec.Buffer, tag byte) error + func (st *ServerInfo) WriteTo(_os *codec.Buffer) error