Documentation
¶
Index ¶
Constants ¶
View Source
const ( MsgConnectReq = 101 MsgNodeHeartBeatResp = 1001 MsgTestStepUpdateResp = 1002 MsgWorkerHeartBeatResp = 1003 )
Variables ¶
View Source
var StreamStore *stores
Functions ¶
func InitStreamStores ¶
func InitStreamStores()
Types ¶
type ProxyStream ¶
func InitStream ¶
func InitStream(client pb.StreamClient, model ModelType, callback Callback) *ProxyStream
func (*ProxyStream) DelStream ¶
func (p *ProxyStream) DelStream()
func (*ProxyStream) GetStream ¶
func (p *ProxyStream) GetStream(client pb.StreamClient) pb.Stream_CellClient
func (*ProxyStream) PushChan ¶
func (p *ProxyStream) PushChan(info *pb.CellReq)
Click to show internal directories.
Click to hide internal directories.