Documentation ¶
Overview ¶
Package syzojclient provides interface interact with syzoj front-end.
Transmission protocol: socket.io Encoding: msgpack encode
Based on github.com/googollee/go-socket.io
Protocol details in api.md
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Done chan struct{} // contains filtered or unexported fields }
Client is syzoj judge client
type Task ¶
type Task struct {
// contains filtered or unexported fields
}
Task task
func (*Task) Progressed ¶
func (t *Task) Progressed(p *client.ProgressProgressed)
Progressed progress
Click to show internal directories.
Click to hide internal directories.