Versions in this module Expand all Collapse all v2 v2.7.1 Jan 15, 2024 v2.7.0 Jan 12, 2024 Changes in this version + type NetworkEntity interface + Close func() error + Kick func(ctx context.Context) error + Push func(route string, v interface{}) error + RemoteAddr func() net.Addr + ResponseMID func(ctx context.Context, mid uint, v interface{}, isError ...bool) error + ResponseRoute func(ctx context.Context, mid uint, route string, v interface{}, isError ...bool) error + SendRequest func(ctx context.Context, serverID, route string, v interface{}) (*protos.Response, error)