Documentation ¶ Index ¶ type S func New() *S func (s *S) Idle() bool func (s *S) Update(r *request.R) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type S ¶ type S struct { FileCount int Submissions map[string]map[string]util.E } S is used to indicate a change in the files or submissions being processed. It is also used to retrieve the current number of files and submissions being processed. func New ¶ func New() *S func (*S) Idle ¶ func (s *S) Idle() bool func (*S) Update ¶ func (s *S) Update(r *request.R) error Source Files ¶ View all Source files status.go Click to show internal directories. Click to hide internal directories.